Categorygithub.com/wabarc/proxier
modulepackage
0.0.0-20230610135141-b55fe1536465
Repository: https://github.com/wabarc/proxier.git
Documentation: pkg.go.dev

# Functions

ClientHello sets the clientHello field of a UTLS struct to the given clientHello.
Config sets the utls config field of a UTLS struct to the given config.
NewClient returns a new instance of the Client struct with the specified HTTP client.
NewUTLSRoundTripper creates a new round tripper that can be used in an HTTP client to handle secure connections using the UTLS protocol.
Proxy sets the proxy field of a UTLS struct to the given proxy.
No description provided by the author
No description provided by the author
Options takes one or more UTLSOptions and returns a UTLS struct has been configured according to those options.

# Structs

The Client struct wraps an http.Client and provides a higher-level interface for making HTTP requests.
No description provided by the author
UTLS represents a uTLS struct.
No description provided by the author
A http.RoundTripper that uses uTLS (with a specified Client Hello ID) to make TLS connections.

# Type aliases

UTLSOption is a function type that modifies a UTLS struct by setting one of its fields.