{"library":"request-debug","type":"library","category":null,"description":"request-debug is a Node.js utility library designed to monitor and debug HTTP(S) requests made by the now-deprecated `request` module. It provides an easy way to intercept and log request headers, bodies (for POST), response headers, response bodies (if a callback is provided to `request`), redirects, and authentication challenges. The current stable version is 0.2.0, and due to its dependency on the unmaintained `request` library, its release cadence is effectively none, making it an abandoned project. Its key differentiator was its tight integration with `request`, patching the module instance directly to emit detailed event data for each request lifecycle stage, either to stderr or via a user-defined callback function.","language":"javascript","status":"abandoned","version":"0.2.0","tags":["javascript","request","debug","http","https","headers"],"install":[{"cmd":"npm install request-debug","imports":["const requestDebug = require('request-debug');","require('request-debug')(request);","require('request-debug')(request, function(type, data, r) { console.log(type, data); });"]},{"cmd":"yarn add request-debug","imports":[]},{"cmd":"pnpm add request-debug","imports":[]}],"homepage":null,"github":"https://github.com/request/request-debug","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/request-debug","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/request-debug/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Wed Jul 22","install_tag":null}}