Documentation ¶
Index ¶
- type Client
- func (client *Client) Delete(url string) error
- func (client *Client) Get(url string, output interface{}) error
- func (client *Client) Post(url string, payload, output interface{}) error
- func (client *Client) Put(url string, payload io.Reader, contentType string) error
- func (client *Client) ReadBody(url string) (io.ReadCloser, error)
- func (client *Client) RunURL(handle string) string
- func (client *Client) SetHttpTimeout(timeout time.Duration)
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.