Documentation ¶
Overview ¶
Package httpclient provides a thin, but testable, wrapper around http.Client. It adds an ECS header to requests and provides an interface
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Default *http.Client = &http.Client{}
Default is the client used by this package; it should be overridden as desired for testing
View Source
var Transport = http.DefaultTransport
Transport is the transport requests will be made over
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.