MCPcopy Index your code
hub / github.com/imroc/req / SetProxyURL

Function SetProxyURL

client_wrapper.go:554–556  ·  view source on GitHub ↗

SetProxyURL is a global wrapper methods which delegated to the default client's Client.SetProxyURL.

(proxyUrl string)

Source from the content-addressed store, hash-verified

552// SetProxyURL is a global wrapper methods which delegated
553// to the default client's Client.SetProxyURL.
554func SetProxyURL(proxyUrl string) *Client {
555 return defaultClient.SetProxyURL(proxyUrl)
556}
557
558// DisableTraceAll is a global wrapper methods which delegated
559// to the default client's Client.DisableTraceAll.

Callers

nothing calls this directly

Calls 1

SetProxyURLMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…