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

Function SetTLSFingerprintRandomized

client_wrapper.go:752–754  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

750// SetTLSFingerprintRandomized is a global wrapper methods which delegated
751// to the default client's Client.SetTLSFingerprintRandomized.
752func SetTLSFingerprintRandomized() *Client {
753 return defaultClient.SetTLSFingerprintRandomized()
754}
755
756// SetTLSFingerprintChrome is a global wrapper methods which delegated
757// to the default client's Client.SetTLSFingerprintChrome.

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…