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

Function DisableInsecureSkipVerify

client_wrapper.go:152–154  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

150// DisableInsecureSkipVerify is a global wrapper methods which delegated
151// to the default client's Client.DisableInsecureSkipVerify.
152func DisableInsecureSkipVerify() *Client {
153 return defaultClient.DisableInsecureSkipVerify()
154}
155
156// SetCommonQueryParams is a global wrapper methods which delegated
157// to the default client's Client.SetCommonQueryParams.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…