🚀 DAY 2 OF LAUNCH WEEK: Unify Your Security Stack with Socket Basics.Learn more →
Socket
Book a DemoInstallSign in
Socket

debug-http

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

debug-http

Debug HTTP/HTTPS requests in Node.js

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

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

Keywords

debug

FAQs

Package last updated on 31 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts