type Challenge struct {
// Scheme is the auth-scheme according to RFC 2617 Scheme string// Parameters are the auth-params according to RFC 2617 Parameters map[string]string
}
Challenge carries information from a WWW-Authenticate response header.
See RFC 2617.