SetTLSFingerprintEdge uses tls fingerprint of Edge browser.
()
| 1164 | |
| 1165 | // SetTLSFingerprintEdge uses tls fingerprint of Edge browser. |
| 1166 | func (c *Client) SetTLSFingerprintEdge() *Client { |
| 1167 | return c.SetTLSFingerprint(utls.HelloEdge_Auto) |
| 1168 | } |
| 1169 | |
| 1170 | // SetTLSFingerprintQQ uses tls fingerprint of QQ browser. |
| 1171 | func (c *Client) SetTLSFingerprintQQ() *Client { |
no test coverage detected