Files
deb-python-falcon/tests/test_httperror.py
ueg1990 2d048428cf fix(HTTPUnauthorized): Add support for setting the realm to the HTTPUnauthorized class
Based on RFC 7235, add challenges to HTTP Unauthorized to indicate
authentication scheme. A server generating a 401 must send a WWW-Authenticate
header field containing at least one challenge

BREAKING CHANGE: Add new parameter to the __init__ method of class HTTPUnauthorized
to add determine authentication scheme in the WWW-Authenticate header field when a
401 (Unauthorized) is generated

Fixes #430

Fix pep8 error

Fix docstring
2015-04-25 13:26:02 -04:00

24 KiB