Versions in this module Expand all Collapse all v0 v0.1.0 May 6, 2026 Changes in this version + type Authenticator interface + Headers func(challenge []byte) (headers []string, done bool, err error) + Scheme func() string + func Basic(user, pass string) Authenticator + func NTLM(domain, user, pass string) Authenticator + func Negotiate(spn string) Authenticator + func None() Authenticator