Documentation
¶
Index ¶
- func PostForm(url string, data url.Values) (*http.Response, error)
- func PostFormT[T any](method, url string, t T) (*http.Response, error)
- func Request(method, url string, body io.Reader) (*http.Response, error)
- func RequestBasicAuth(method, url string, body io.Reader, username string, password string) (*http.Response, error)
- func RequestT[T any](method, url string, t T) (*http.Response, error)
- func Socks5ProxyClient(network, address string, auth *proxy.Auth, forward proxy.Dialer) (*http.Client, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RequestBasicAuth ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.