{"library":"http-browserify","type":"library","category":null,"description":"http-browserify provides a browser-compatible implementation of Node.js's native `http` module, specifically designed to be used with Browserify. When bundling browser-side code with Browserify, this package allows `require('http')` calls to function correctly, enabling HTTP requests from the browser environment using a Node.js-like API. The current stable version is 1.7.0. This package is part of the broader Browserify ecosystem, which focuses on bringing Node.js modules to the browser. It implements core HTTP client functionalities such as `http.request`, `http.get`, and methods for managing headers and data streams. Key differentiators include its tight integration with Browserify's module resolution and its effort to mimic the Node.js API, making it easy for developers to port server-side HTTP logic to the client.","language":"javascript","status":"maintenance","version":"1.7.0","tags":["javascript","http","browserify","compatible","meatless","browser"],"last_verified":"Wed May 27","install":[{"cmd":"npm install http-browserify","imports":["const http = require('http');","var bundle = browserify({ require : { http : 'http-browserify' } });"]},{"cmd":"yarn add http-browserify","imports":[]},{"cmd":"pnpm add http-browserify","imports":[]}],"homepage":null,"github":"https://github.com/substack/http-browserify","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/http-browserify","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-browserify/compatibility"}}