SetTLSFingerprintIOS uses tls fingerprint of IOS.
()
| 1184 | |
| 1185 | // SetTLSFingerprintIOS uses tls fingerprint of IOS. |
| 1186 | func (c *Client) SetTLSFingerprintIOS() *Client { |
| 1187 | return c.SetTLSFingerprint(utls.HelloIOS_Auto) |
| 1188 | } |
| 1189 | |
| 1190 | // SetTLSFingerprintAndroid uses tls fingerprint of Android. |
| 1191 | func (c *Client) SetTLSFingerprintAndroid() *Client { |
no test coverage detected