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

Method SetTLSFingerprintFirefox

client.go:1161–1163  ·  view source on GitHub ↗

SetTLSFingerprintFirefox uses tls fingerprint of Firefox browser.

()

Source from the content-addressed store, hash-verified

1159
1160// SetTLSFingerprintFirefox uses tls fingerprint of Firefox browser.
1161func (c *Client) SetTLSFingerprintFirefox() *Client {
1162 return c.SetTLSFingerprint(utls.HelloFirefox_Auto)
1163}
1164
1165// SetTLSFingerprintEdge uses tls fingerprint of Edge browser.
1166func (c *Client) SetTLSFingerprintEdge() *Client {

Callers 1

SetTLSFingerprintFirefoxFunction · 0.80

Calls 1

SetTLSFingerprintMethod · 0.95

Tested by

no test coverage detected