package
0.5.3
Repository: https://github.com/srfrog/go-relax.git
Documentation: pkg.go.dev

# Functions

MustAuthenticate is a helper function used to send the WWW-Authenticate HTTP header.

# Constants

Version is the semantic version of this package More info: https://semver.org.

# Variables

ErrAuthInvalidRequest is returned when the auth request don't match the expected challenge.
ErrAuthInvalidSyntax is returned when the syntax of the credentials is not what is expected.

# Structs

Filter AuthBasic is a Filter that implements HTTP Basic Authentication as described in http://www.ietf.org/rfc/rfc2617.txt.