Documentation ¶
Index ¶
- type Client
- func (c *Client) Delete(url string, headers map[string]string) (*http.Response, error)
- func (c *Client) Get(url string, headers map[string]string) (*http.Response, error)
- func (c *Client) Post(url string, headers map[string]string, body string) (*http.Response, error)
- func (c *Client) PostForm(url string, headers map[string]string, parameters map[string]string) (*http.Response, error)
- func (c *Client) PostMultipart(uri string, headers map[string]string, parameters map[string]string, ...) (*http.Response, error)
- func (c *Client) Put(url string, headers map[string]string, body string) (*http.Response, error)
- type Multipart
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.