Documentation ¶
Index ¶
- type Client
- func (client *Client) Delete(url string, src interface{}, headers ...map[string]string) ([]byte, error)
- func (client *Client) Get(url string, dst interface{}, headers ...map[string]string) ([]byte, error)
- func (client *Client) New(httpRequest *http.Request) *Request
- func (client *Client) Post(url string, src, dst interface{}, headers ...map[string]string) ([]byte, error)
- type Request
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Request ¶
func (*Request) WithStatus ¶
Click to show internal directories.
Click to hide internal directories.