Documentation
¶
Overview ¶
Package httpx wraps bogdanfinn/tls-client for Chrome-like TLS fingerprints.
Index ¶
- func ReadAll(resp *http.Response) ([]byte, error)
- type Client
- func (c *Client) Delete(urlStr string, headers map[string]string) (*http.Response, error)
- func (c *Client) Do(req *http.Request) (*http.Response, error)
- func (c *Client) Get(urlStr string, headers map[string]string) (*http.Response, error)
- func (c *Client) PostForm(urlStr string, form url.Values, headers map[string]string) (*http.Response, error)
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a thin wrapper around tls-client with proxy support.
Click to show internal directories.
Click to hide internal directories.