1
0
Fork 0

Documentation updates

master
Sven Slootweg 9 years ago
parent 59f7ebabce
commit 3d34349762

@ -22,6 +22,10 @@ All these issues (and more) are solved in `bhttp`. It offers the following:
* Streaming requests are kept out of the agent pool - ie. no blocking of other requests.
* Optionally, a Promises API (you can also use nodebacks).
## Caveats
* `bhttp` does not yet use a HTTPS-capable agent. This means that all SSL-related options are currently ignored (per Node.js `http` documentation). If you need secure HTTPS requests, make sure to specify a custom agent!
## License
[WTFPL](http://www.wtfpl.net/txt/copying/) or [CC0](https://creativecommons.org/publicdomain/zero/1.0/), whichever you prefer. A donation and/or attribution are appreciated, but not required.

@ -1,6 +1,6 @@
{
"name": "bhttp",
"version": "1.0.0",
"version": "1.0.1",
"description": "A sane HTTP client library for Node.js with Streams2 support.",
"main": "index.js",
"scripts": {

Loading…
Cancel
Save