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 ¶
This section is empty.
Functions ¶
Types ¶
type OverridableTransport ¶ added in v1.1.0
type OverridableTransport interface {
SetTransport(http.RoundTripper)
}
OverridableTransport is a transport that provides an override for testing purposes.
Click to show internal directories.
Click to hide internal directories.