Searched refs:allow_scheme (Results 1 – 2 of 2) sorted by relevance
/external/python/httplib2/tests/ |
D | test_auth.py | 30 allow_scheme="basic", allow_credentials=(("joe", password),) 45 allow_scheme="basic", allow_credentials=(("joe", password),) 66 allow_scheme="basic", allow_credentials=allowed 85 allow_scheme="digest", allow_credentials=(("joe", password),) 102 allow_scheme="digest", 130 allow_scheme="digest",
|
D | __init__.py | 498 allow_scheme, allow_credentials, out_renew_nonce=None, out_requests=None argument 529 if allow_scheme == "basic": 531 elif allow_scheme == "digest": 538 raise Exception("unknown allow_scheme={0}".format(allow_scheme)) 558 if scheme != allow_scheme:
|