SetTLSFingerprint360 uses tls fingerprint of 360 browser.
()
| 1179 | |
| 1180 | // SetTLSFingerprint360 uses tls fingerprint of 360 browser. |
| 1181 | func (c *Client) SetTLSFingerprint360() *Client { |
| 1182 | return c.SetTLSFingerprint(utls.Hello360_Auto) |
| 1183 | } |
| 1184 | |
| 1185 | // SetTLSFingerprintIOS uses tls fingerprint of IOS. |
| 1186 | func (c *Client) SetTLSFingerprintIOS() *Client { |
no test coverage detected