Versions in this module Expand all Collapse all v0 v0.22.0 Apr 21, 2026 Changes in this version + func Response(req *http.Request, chal *Challenge, username, password string) (string, error) + type Challenge struct + Algorithm string + Nonce string + Opaque string + QOP string + Realm string + Stale string + func ParseChallenge(header string) (*Challenge, error)