UNPKG

oneone

Version:

oneone is an http server library for node.js that aims to more completely support http 1.1

6 lines (3 loc) 75 B
exports.handler = { GET : function($){ $.res.end("Hello World!"); } }