aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_authentication.py
Commit message (Collapse)AuthorAgeFilesLines
* Move HTTP auth module to netlib.Aldo Cortesi2013-03-031-58/+0
|
* More work on proxy authAldo Cortesi2012-12-311-2/+30
| | | | | | - Strip auth header if auth succeeds, so it's not passed upstream - Actually use realm specification to BasicProxyAuth, and make it mandatory - Cleanups and unit tests
* Test and robustify BasicProxyAuth.parse_auth_valueAldo Cortesi2012-12-311-0/+12
| | | | | - This is partly in preparation for moving the implementation to netlib - Also add an unparse_auth_value for testing (and use in pathod once the move is done)
* Start solidifying proxy authenticationAldo Cortesi2012-12-311-0/+18
- Add a unit test file - Remove some extraneous methods - Change the auth API to make the authenticate method take a header object.