MCPcopy Create free account
hub / github.com/imroc/req / SetScheme

Function SetScheme

client_wrapper.go:236–238  ·  view source on GitHub ↗

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

(scheme string)

Source from the content-addressed store, hash-verified

234// SetScheme is a global wrapper methods which delegated
235// to the default client's Client.SetScheme.
236func SetScheme(scheme string) *Client {
237 return defaultClient.SetScheme(scheme)
238}
239
240// SetLogger is a global wrapper methods which delegated
241// to the default client's Client.SetLogger.

Callers

nothing calls this directly

Calls 1

SetSchemeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…