Comparing version 1.9.4 to 1.10.0
@@ -283,3 +283,4 @@ /** | ||
"method": request.method || "GET", | ||
"headers": headers | ||
"headers": headers, | ||
"agent": request.agent | ||
}, function (_response) { | ||
@@ -286,0 +287,0 @@ deferred.resolve(exports.ClientResponse(_response, request.charset)); |
{ | ||
"name": "q-io", | ||
"version": "1.9.4", | ||
"version": "1.10.0", | ||
"description": "IO using Q promises", | ||
@@ -5,0 +5,0 @@ "homepage": "http://github.com/kriskowal/q-io/", |
@@ -495,2 +495,7 @@ | ||
of the same name. | ||
- ``agent`` | ||
a custom node [HTTP](http://nodejs.org/api/http.html#http_class_http_agent) | ||
or [HTTPS](http://nodejs.org/api/https.html#https_class_https_agent) | ||
agent. HTTP and HTTPS agents can implement custom socket pools, | ||
allow use of SSL client certificates and self-signed certificates. | ||
- ``body`` | ||
@@ -497,0 +502,0 @@ - ``node`` the wrapped Node request object |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
2970305
129
8287
929
3