digest

package
v0.22.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 21, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Response

func Response(req *http.Request, chal *Challenge, username, password string) (string, error)

Response builds an Authorization header value for a Digest challenge.

Types

type Challenge

type Challenge struct {
	Realm     string
	Nonce     string
	Opaque    string
	QOP       string
	Algorithm string
	Stale     string
}

Challenge represents a parsed Digest authentication challenge.

func ParseChallenge

func ParseChallenge(header string) (*Challenge, error)

ParseChallenge parses a WWW-Authenticate header value for Digest auth.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL