# debug-http **Repository Path**: mirrors_floatdrop/debug-http ## Basic Information - **Project Name**: debug-http - **Description**: Debug HTTP/HTTPS requests in Node.js - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # debug-http [![Build Status](https://travis-ci.org/floatdrop/debug-http.svg?branch=master)](https://travis-ci.org/floatdrop/debug-http) > Debug HTTP/HTTPS requests in Node.js ## Install ``` $ npm install --save debug-http ``` ## Usage ```js 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](http://github.com/floatdrop)