{"library":"http-debug","type":"library","category":null,"description":"http-debug is a lightweight utility designed to provide verbose debugging output for Node.js `http` and `https` requests. It operates by patching Node's built-in `http` and `https` modules to intercept and log request, write, end, and socket events to `stderr`. The current stable version is `0.1.2`. Given its low version number and the age of the provided changelog, the project appears to have a very slow or effectively ceased release cadence, last updated around 2013-2014. Its primary differentiator is its simplicity and direct global patching approach, allowing for debugging without modifying application code for each request, though this can lead to conflicts. It supports enabling debugging via `process.env.HTTP_DEBUG` or by setting `http.debug` at runtime, offering different verbosity levels.","language":"javascript","status":"abandoned","version":"0.1.2","tags":["javascript","debug","debugging","debugger","http","https","request"],"last_verified":"Wed May 27","install":[{"cmd":"npm install http-debug","imports":["const http = require('http-debug').http;","const https = require('http-debug').https;","http.debug = 2;"]},{"cmd":"yarn add http-debug","imports":[]},{"cmd":"pnpm add http-debug","imports":[]}],"homepage":null,"github":"https://github.com/jmervine/node-http-debug","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/http-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/http-debug/compatibility"}}