Merge pull request #8851 from joaomoreno/joaomoreno-patch-1

Update `ses.resolveProxy` return type
This commit is contained in:
Kevin Sawicki
2017-03-07 09:35:29 -08:00
committed by GitHub

View File

@@ -204,7 +204,7 @@ The `proxyBypassRules` is a comma separated list of rules described below:
* `url` URL
* `callback` Function
* `proxy` Object
* `proxy` String
Resolves the proxy information for `url`. The `callback` will be called with
`callback(proxy)` when the request is performed.