Trees | Indices | Help |
|
---|
|
HTTP authentication module.
|
|||
HttpServerRequestAuthentication |
|
|||
str |
|
|
|||
HTTP_BASIC_AUTH = "Basic"
|
|||
HTTP_DIGEST_AUTH = "Digest"
|
|||
_NOQUOTE = re.compile(r"^[-_a-z0-9]+$", re.I)
|
Imports: logging, re, base64, binascii, compat, http, StringIO
|
Formats WWW-Authentication header value as per RFC2617, section 1.2
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Mar 11 11:23:30 2016 | http://epydoc.sourceforge.net |