0.1.2 • Published 5 years ago

httpmirror v0.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

mirror

httpmirror, reply with the request details, so you can know what exactly your http client sent.

Usage

CLI mode

You can install mirror as a global npm package and run:

npm i -g httpmirror
mirror --help
mirror -p 9500
# or use npx
npx httpmirror --help

Node package mode

You can also include mirror into your application:

const Mirror = require('httpmirror')

const mirror = Mirror({ log: false, port: 8080, bindall: true })
mirror.start().then(msg => console.log(msg))
0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago