0.0.5 • Published 8 years ago

http-unit v0.0.5

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
8 years ago

npm npm npm npm Travis David David

http-unit

main.js

import http from "http";
import moc from "http-unit";

http.createServer(moc).listen(1337, '127.0.0.1');

execute script with --content-base

nodemon --exec babel-node -- main.js --content-base ./moc

Changes

v0.0.5

  • match query.

v0.0.4

  • support GET.
  • Fix import.

Installation

npm install -g nodemon babel-cli
npm install

Development

npm run dev

Test

npm run test

Links

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago