Documentation ¶ Index ¶ Variables func Get(url string) (resp *http.Response, err error) type Client func (*Client) Do(req *http.Request) (*http.Response, error) func (c *Client) Get(url string) (resp *http.Response, err error) Constants ¶ This section is empty. Variables ¶ View Source var DefaultClient = &Client{} Functions ¶ func Get ¶ func Get(url string) (resp *http.Response, err error) Types ¶ type Client ¶ type Client struct{} func (*Client) Do ¶ func (*Client) Do(req *http.Request) (*http.Response, error) func (*Client) Get ¶ func (c *Client) Get(url string) (resp *http.Response, err error) Source Files ¶ View all Source files httputil.go Click to show internal directories. Click to hide internal directories.