package
0.11.5
Repository: https://github.com/floj/caddy.git
Documentation: pkg.go.dev

# Functions

GetHtpasswdMatcher matches password rules.
PlainMatcher returns a PasswordMatcher that does a constant-time byte comparison against the password passw.

# Structs

BasicAuth is middleware to protect resources with a username and password.
Rule represents a BasicAuth rule.

# Type aliases

PasswordMatcher determines whether a password matches a rule.