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

Method SetTLSFingerprintChrome

client.go:1156–1158  ·  view source on GitHub ↗

SetTLSFingerprintChrome uses tls fingerprint of Chrome browser.

()

Source from the content-addressed store, hash-verified

1154
1155// SetTLSFingerprintChrome uses tls fingerprint of Chrome browser.
1156func (c *Client) SetTLSFingerprintChrome() *Client {
1157 return c.SetTLSFingerprint(utls.HelloChrome_Auto)
1158}
1159
1160// SetTLSFingerprintFirefox uses tls fingerprint of Firefox browser.
1161func (c *Client) SetTLSFingerprintFirefox() *Client {

Callers 1

SetTLSFingerprintChromeFunction · 0.80

Calls 1

SetTLSFingerprintMethod · 0.95

Tested by

no test coverage detected