func()

in httputil/httputil.go [159:161]


func (client *Client) Get(url string, headers map[string]string) (responseCode int, body []byte, err error) {
	return client.issueRequest(OperationGet, url, headers, nil)
}