Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPClient ¶
type HTTPClient struct { *sync.Mutex Calls []*http.Request // contains filtered or unexported fields }
func NewHTTPClient ¶
func NewHTTPClient() *HTTPClient
func (*HTTPClient) SetResponseData ¶
func (c *HTTPClient) SetResponseData(res *http.Response)
func (*HTTPClient) SetResponseError ¶
func (c *HTTPClient) SetResponseError(err error)
Click to show internal directories.
Click to hide internal directories.