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

Method SetTLSFingerprintEdge

client.go:1166–1168  ·  view source on GitHub ↗

SetTLSFingerprintEdge uses tls fingerprint of Edge browser.

()

Source from the content-addressed store, hash-verified

1164
1165// SetTLSFingerprintEdge uses tls fingerprint of Edge browser.
1166func (c *Client) SetTLSFingerprintEdge() *Client {
1167 return c.SetTLSFingerprint(utls.HelloEdge_Auto)
1168}
1169
1170// SetTLSFingerprintQQ uses tls fingerprint of QQ browser.
1171func (c *Client) SetTLSFingerprintQQ() *Client {

Callers 1

SetTLSFingerprintEdgeFunction · 0.80

Calls 1

SetTLSFingerprintMethod · 0.95

Tested by

no test coverage detected