Preparing for system design interviews?  Try bugzed.com →

Debug HTTP/HTTPS Requests

JSON →
library 1.1.0 ·javascript abandoned
verified Jun 17, 2026

debug-http is a minimalist Node.js utility designed to intercept and log all outgoing HTTP and HTTPS requests made within an application. It achieves this by patching Node.js's built-in `http` and `https` modules to provide visibility into request details like URL, method, and headers. The package is currently at version 1.1.0 and has not seen updates in nearly a decade, indicating it is no longer actively maintained. Its primary function is a simple, global request handler that outputs request information to the console by default, though it allows for a custom handler function. Due to its age, it exclusively supports CommonJS module loading and does not officially support modern JavaScript features like ESM or TypeScript. Alternatives like `debug` or `request-debug` offer more robust and actively maintained debugging capabilities, especially for specific HTTP client libraries or more granular control over debug output.

total hits 12
actors 3 distinct systems
last hit 18d ago AhrefsBot
GPTBot
4
Script
1
Humans
3

top countries 🇺🇸 United States · 🇨🇦 Canada · VN · 🇹🇷 Turkey · 🇫🇷 France