Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrHTTPReqRes = errors.New("something wrong with HTTP(s) request/response")
Functions ¶
This section is empty.
Types ¶
type HttpContext ¶
type HttpService ¶
type HttpService struct {
// contains filtered or unexported fields
}
func (HttpService) GetHTTPClient ¶
func (h HttpService) GetHTTPClient() *http.Client
func (HttpService) GetLastResponse ¶
func (h HttpService) GetLastResponse() (*http.Response, error)
func (HttpService) GetLastResponseBody ¶
func (h HttpService) GetLastResponseBody() ([]byte, error)
Click to show internal directories.
Click to hide internal directories.