Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
AuthRetryNeeded = errors.New("retry request with authentication")
)
Functions ¶
This section is empty.
Types ¶
type DigestTransport ¶ added in v0.2.0
type DigestTransport struct {
// contains filtered or unexported fields
}
func NewDigestTransport ¶ added in v1.0.0
func NewDigestTransport(username, password string, transport http.RoundTripper) *DigestTransport
NewRequest creates a new DigestTransport object
Click to show internal directories.
Click to hide internal directories.