Documentation
¶
Index ¶
Constants ¶
View Source
const AndroidJA3 = "769,49195-49196-52393-49199-49200-52392-158-159-49161-49162-49171-49172-" +
"51-57-156-157-47-53,65281-0-23-35-13-16-11-10,23,0"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientHello ¶
type ClientHello struct {
*tls.ClientHelloSpec
Version uint16
}
func ParseHandshake ¶
func ParseHandshake(data []byte) (*ClientHello, error)
func ParseJA3 ¶
func ParseJA3(str string) (*ClientHello, error)
func (ClientHello) FormatJA3 ¶
func (h ClientHello) FormatJA3() (string, error)
func (ClientHello) Transport ¶ added in v1.14.6
func (c ClientHello) Transport() *http.Transport
Click to show internal directories.
Click to hide internal directories.