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

Function SetBaseURL

client_wrapper.go:68–70  ·  view source on GitHub ↗

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

(u string)

Source from the content-addressed store, hash-verified

66// SetBaseURL is a global wrapper methods which delegated
67// to the default client's Client.SetBaseURL.
68func SetBaseURL(u string) *Client {
69 return defaultClient.SetBaseURL(u)
70}
71
72// SetOutputDirectory is a global wrapper methods which delegated
73// to the default client's Client.SetOutputDirectory.

Callers

nothing calls this directly

Calls 1

SetBaseURLMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…