Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BasicAuthTransport ¶
type BasicAuthTransport struct { Username string Password string WrapTransport http.RoundTripper }
func NewBasicAuthTransport ¶
func NewBasicAuthTransport(username, password string, transport http.RoundTripper) *BasicAuthTransport
func NewDefaultBasicAuthTransport ¶
func NewDefaultBasicAuthTransport(username, password string) *BasicAuthTransport
Click to show internal directories.
Click to hide internal directories.