Home
last modified time | relevance | path

Searched refs:server_const_http (Results 1 – 4 of 4) sorted by relevance

/external/python/httplib2/tests/
Dtest_cache.py14 with tests.server_const_http(add_etag=True) as uri:
26 with tests.server_const_http(request_count=0) as uri:
40 with tests.server_const_http(request_count=0) as uri:
156 with tests.server_const_http(
181 with tests.server_const_http(
202 with tests.server_const_http(
219 with tests.server_const_http(
237 with tests.server_const_http(
Dtest_proxy.py120 with tests.server_const_http(request_count=2) as uri:
135 with tests.server_const_http(request_count=2) as uri:
Dtest_http.py142 with tests.server_const_http() as uri:
212 with tests.server_const_http(
384 with tests.server_const_http(status="302 Found", request_count=2) as uri:
630 with tests.server_const_http(status=410) as uri:
D__init__.py445 def server_const_http(**kwargs): function