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