Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPConfig ¶
type HTTPConfig struct { Timeout int Username string Password string Headers map[string]string SkipVerify bool CookieManager bool }
The configuration to build the HTTP client.
type TransportWithBasicAuth ¶
type TransportWithBasicAuth struct { http.RoundTripper Username string Password string }
An http transport that injects basic auth into each request.
Click to show internal directories.
Click to hide internal directories.