Documentation ¶ Index ¶ type Client func NewClient(timeout time.Duration, followRedirects int, verifyTls bool, userAgent string) Client func (client Client) GetBodyForRequest(method string, url string) ([]byte, error) func (client Client) MakeRequest(method string, url string, body io.Reader) (*http.Response, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } func NewClient ¶ func NewClient(timeout time.Duration, followRedirects int, verifyTls bool, userAgent string) Client func (Client) GetBodyForRequest ¶ func (client Client) GetBodyForRequest(method string, url string) ([]byte, error) func (Client) MakeRequest ¶ func (client Client) MakeRequest(method string, url string, body io.Reader) (*http.Response, error) Source Files ¶ View all Source files Client.goGetBody.goGetBodyForRequest.goMakeRequest.go Click to show internal directories. Click to hide internal directories.