Documentation ¶
Overview ¶
Package digest provides a limited implementation of HTTP Digest Authentication, as defined in RFC 2617.
Only the "auth" QOP directive is handled at this time, and while support for the SHA-256 algorithm is implemented here it does not actually work in either Chrome or Firefox.
For more info, see: https://tools.ietf.org/html/rfc2617 https://en.wikipedia.org/wiki/Digest_access_authentication
Index ¶
Constants ¶
View Source
const ( MD5 digestAlgorithm = iota SHA256 )
Digest algorithms supported by this package
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.