UNPKG

oneone

Version:

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

6 lines (5 loc) 124 B
var dir = './lib/'; if (process.env.ONEONE_COVERAGE){ var dir = './lib-cov/'; } module.exports = require(dir + 'Server');