blob: 6a5887009168bfcd726c290f37f2abd35b400ffc (
plain) (
blame)
1
2
3
4
5
6
7
|
# -*- test-case-name: twisted.web.test.test_httpauth -*-
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.
"""
HTTP header-based authentication migrated from web2
"""
|