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

Method SetTLSFingerprintRandomized

client.go:1196–1198  ·  view source on GitHub ↗

SetTLSFingerprintRandomized uses randomized tls fingerprint.

()

Source from the content-addressed store, hash-verified

1194
1195// SetTLSFingerprintRandomized uses randomized tls fingerprint.
1196func (c *Client) SetTLSFingerprintRandomized() *Client {
1197 return c.SetTLSFingerprint(utls.HelloRandomized)
1198}
1199
1200// uTLSConn is wrapper of UConn which implements the net.Conn interface.
1201type uTLSConn struct {

Callers 1

Calls 1

SetTLSFingerprintMethod · 0.95

Tested by

no test coverage detected