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

Function GetClient

client_wrapper.go:806–808  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

804// GetClient is a global wrapper methods which delegated
805// to the default client's Client.GetClient.
806func GetClient() *http.Client {
807 return defaultClient.GetClient()
808}
809
810// NewRequest is a global wrapper methods which delegated
811// to the default client's Client.NewRequest.

Callers

nothing calls this directly

Calls 1

GetClientMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…