(err, uri, options)
| 759 | }; |
| 760 | |
| 761 | function request_resolve(err, uri, options) { |
| 762 | if (!err) |
| 763 | options.uri.host = uri.host; |
| 764 | request_call(options.uri, options); |
| 765 | } |
| 766 | |
| 767 | function ProxyAgent(options) { |
| 768 | var self = this; |
nothing calls this directly
no test coverage detected