MCPcopy Index your code
hub / github.com/totaljs/framework / request_resolve

Function request_resolve

utils.js:761–765  ·  view source on GitHub ↗
(err, uri, options)

Source from the content-addressed store, hash-verified

759};
760
761function request_resolve(err, uri, options) {
762 if (!err)
763 options.uri.host = uri.host;
764 request_call(options.uri, options);
765}
766
767function ProxyAgent(options) {
768 var self = this;

Callers

nothing calls this directly

Calls 1

request_callFunction · 0.85

Tested by

no test coverage detected