http - The Go Programming Language
func (*Client) Get func (c *Client) Get(url string) (resp *Response, err error) Get issues a GET to the specified URL. ... Response represents the response from an HTTP request. func Get func Get(url string) (resp *Response, err error) Get issues a GET to...