{"library":"debug-http","type":"library","category":null,"description":"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.","language":"javascript","status":"abandoned","version":"1.1.0","tags":["javascript","debug","http","https","requests"],"last_verified":"Wed May 27","install":[{"cmd":"npm install debug-http","imports":["import debugHttp from 'debug-http'","const debugHttp = require('debug-http');"]},{"cmd":"yarn add debug-http","imports":[]},{"cmd":"pnpm add debug-http","imports":[]}],"homepage":null,"github":"https://github.com/floatdrop/debug-http","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/debug-http","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/debug-http/compatibility"}}