1.1.0 • Published 8 years ago

debug-http v1.1.0

Weekly downloads
389
License
MIT
Repository
github
Last release
8 years ago

debug-http Build Status

Debug HTTP/HTTPS requests in Node.js

Install

$ npm install --save debug-http

Usage

const debugHttp = require('debug-http');
debugHttp();

const http = require('http');
http.get('http://google.com');

API

debugHttp(fn)

fn

Type: Function

Request handler. By default outputs requests in console.

License

MIT © Vsevolod Strukchinsky