Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CalculateHA1 ¶
Types ¶
type BasicServer ¶
type BasicServer Server
func (*BasicServer) Auth ¶
func (s *BasicServer) Auth(w http.ResponseWriter, r *http.Request) string
Authenticates
type DigestServer ¶
type DigestServer Server
func NewDigest ¶
func NewDigest(realm string, authfun func(user, realm string) string) *DigestServer
func (*DigestServer) Auth ¶
func (s *DigestServer) Auth(w http.ResponseWriter, r *http.Request) string
Authenticates and returns username
Click to show internal directories.
Click to hide internal directories.