Documentation ¶
Index ¶
- func GetCookies(c *http.Client, rawURL string) (string, error)
- func NewClient(ja3, userAgent, lang, proxyURL string) (*http.Client, error)
- func NewDialer(ja3, userAgent, lang, proxyURL string) (func(ctx context.Context, network, addr string) (net.Conn, error), error)
- func NewGoClient(ja3, userAgent, lang, proxyURL string) (*httpgo.Client, error)
- func SetCookies(c *http.Client, rawURL string, rawCookies string) error
- func StringToSpec(ja3 string, userAgent string) (*utls.ClientHelloSpec, error)
- type ContextKeyHeader
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringToSpec ¶
func StringToSpec(ja3 string, userAgent string) (*utls.ClientHelloSpec, error)
StringToSpec creates a ClientHelloSpec based on a JA3 string
Types ¶
type ContextKeyHeader ¶
type ContextKeyHeader struct{}
ContextKeyHeader Users of context.WithValue should define their own types for keys
Click to show internal directories.
Click to hide internal directories.