http-browserify
http-browserify copied to clipboard
node's http module, but for the browser
Is it possible to upgrade the dependency `Base64` from the current `~0.2.0` to latest (`1.1.0`)? I have verified that `Base64` is really only used once in `http-browserify` code and changing...
I would like to update base64 version to the latest, `1.0.0` https://github.com/mathiasbynens/base64
Hi, I am using browserify, and I am facing an issue with some modules (example node-couchdb) that require the http module. The error is Cannot set property 'maxSockets' of undefined...
When doing a HEAD request with the http library, the javascript just crashes and does not give me any answers. I tried debugging it myself and found that the library...
It will throw exception when call `.setHeader` manauly.
Since https://github.com/nodejs/node/commit/235036e7faa537469c3600850bdd533c095c392a, node has been updated to return HTTP status codes to match the IANA ones. Please update your code so they match. e.g: 302 `Moved Temporarily` is now 302...
This is a port of node's request http `setTimeout` method.
If not specified, http-browserify sets the protocol to `window.location.protocol`. This differs from the behavior of Node (see https://nodejs.org/api/http.html#http_http_request_options_callback ). I assume the reasoning was to make https requests if the...