Documentation ¶
Index ¶
- type Client
- func (c *Client) CloseIdleConnections()
- func (c *Client) Do(req *http.Request) (*http.Response, error)
- func (c *Client) Get(path string) (*http.Response, error)
- func (c *Client) Head(path string) (*http.Response, error)
- func (c *Client) Post(path string, contentType string, body io.Reader) (*http.Response, error)
- func (c *Client) PostForm(path string, data url.Values) (*http.Response, error)
- type Options
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.