Auto Http
Show HTTP request detail in server-side console
Installation
$ npm install auto_http
Usage
var auto_http = require('auto_http');
auto_http.start(req);
HTTP detail will show on your console
Auto Http
Show HTTP request detail in server-side console
$ npm install auto_http
var auto_http = require('auto_http');
auto_http.start(req);
HTTP detail will show on your console
2
1.0.2
ISC