module HTTPAuth
HTTPAuth
holds a number of classes and constants to implement HTTP Authentication with. See Basic
or Digest
for details on how to implement authentication using this library.
For more information see RFC 2617 (www.ietf.org/rfc/rfc2617.txt)
Constants
- CREDENTIAL_HEADERS
- PREFERRED_ALGORITHM
- PREFERRED_QOP
- SUPPORTED_ALGORITHMS
- SUPPORTED_QOPS
- SUPPORTED_SCHEMES
- VERSION