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

Method SetTLSFingerprintAndroid

client.go:1191–1193  ·  view source on GitHub ↗

SetTLSFingerprintAndroid uses tls fingerprint of Android.

()

Source from the content-addressed store, hash-verified

1189
1190// SetTLSFingerprintAndroid uses tls fingerprint of Android.
1191func (c *Client) SetTLSFingerprintAndroid() *Client {
1192 return c.SetTLSFingerprint(utls.HelloAndroid_11_OkHttp)
1193}
1194
1195// SetTLSFingerprintRandomized uses randomized tls fingerprint.
1196func (c *Client) SetTLSFingerprintRandomized() *Client {

Callers 1

SetTLSFingerprintAndroidFunction · 0.80

Calls 1

SetTLSFingerprintMethod · 0.95

Tested by

no test coverage detected