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

Function EnableForceHTTP1

client_wrapper.go:632–634  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

630// EnableForceHTTP1 is a global wrapper methods which delegated
631// to the default client's Client.EnableForceHTTP1.
632func EnableForceHTTP1() *Client {
633 return defaultClient.EnableForceHTTP1()
634}
635
636// EnableForceHTTP2 is a global wrapper methods which delegated
637// to the default client's Client.EnableForceHTTP2.

Callers

nothing calls this directly

Calls 1

EnableForceHTTP1Method · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…