Documentation ¶
Index ¶
- Variables
- func DefaultNewRequest(req_type string, u url.URL, data []byte) (req *http.Request, err error)
- type Client
- func (c *Client) Do(req *http.Request) (*http.Response, error)
- func (c *Client) Get(u url.URL) (*http.Response, error)
- func (c *Client) NewRequest(req_type string, u url.URL, form []byte) (*http.Request, error)
- func (c *Client) Post(u url.URL, data []byte) (*http.Response, error)
- func (c *Client) URL(uri string) (u url.URL, err error)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
Types ¶
type Client ¶
func (*Client) NewRequest ¶
Click to show internal directories.
Click to hide internal directories.