SetTLSFingerprintChrome uses tls fingerprint of Chrome browser.
()
| 1154 | |
| 1155 | // SetTLSFingerprintChrome uses tls fingerprint of Chrome browser. |
| 1156 | func (c *Client) SetTLSFingerprintChrome() *Client { |
| 1157 | return c.SetTLSFingerprint(utls.HelloChrome_Auto) |
| 1158 | } |
| 1159 | |
| 1160 | // SetTLSFingerprintFirefox uses tls fingerprint of Firefox browser. |
| 1161 | func (c *Client) SetTLSFingerprintFirefox() *Client { |
no test coverage detected