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

Function SetTLSFingerprintChrome

client_wrapper.go:758–760  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

756// SetTLSFingerprintChrome is a global wrapper methods which delegated
757// to the default client's Client.SetTLSFingerprintChrome.
758func SetTLSFingerprintChrome() *Client {
759 return defaultClient.SetTLSFingerprintChrome()
760}
761
762// SetTLSFingerprintAndroid is a global wrapper methods which delegated
763// to the default client's Client.SetTLSFingerprintAndroid.

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…