blob: a1e5a4014f0ed8e16dc951a34e2b065e76f63eb9 [file] [log] [blame]
package digest_auth_client
type wwwAuthenticate struct {
Algorithm string // unquoted
Domain string // quoted
Nonce string // quoted
Opaque string // quoted
Qop string // quoted
Realm string // quoted
Stale bool // unquoted
charset string // quoted
userhash bool // quoted
}
func newWwwAuthenticateHeader(newWwwAuthenticateHeaderString string) (*wwwAuthenticate, error) {
}