Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "bhttp", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A sane HTTP client library for Node.js with Streams2 support.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -25,2 +25,6 @@ # bhttp | ||
## 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 | ||
@@ -107,3 +111,3 @@ | ||
* __data__: *Optional, only for POST/PUT/PATCH.* The payload to send along. | ||
* __options__: *Optional.* Extra options for the request. More details under the documentation forthe `bhttp.request` method below. | ||
* __options__: *Optional.* Extra options for the request. More details under the documentation for the `bhttp.request` method below. | ||
* __callback__: *Optional.* When using the nodeback API, the callback to use. If not specified, a Promise will be returned. | ||
@@ -110,0 +114,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3132014
187