Home
last modified time | relevance | path

Searched refs:http_response_bytes (Results 1 – 7 of 7) sorted by relevance

/external/python/httplib2/tests/
Dtest_encoding.py8 response = tests.http_response_bytes(
21 response = tests.http_response_bytes(
36 response = tests.http_response_bytes(
51 response = tests.http_response_bytes(
69 response = tests.http_response_bytes(
85 response = tests.http_response_bytes(
Dtest_http.py171 "/final": tests.http_response_bytes(body=final_content),
172 "": tests.http_response_bytes(
196 response = tests.http_response_bytes(
225 "/final": tests.http_response_bytes(body=b"This is the final destination.\n"),
226 "": tests.http_response_bytes(
260 "/final": tests.http_response_bytes(body=b"This is the final destination.\n"),
261 "": tests.http_response_bytes(
285 response = tests.http_response_bytes(
306 "/final": tests.http_response_bytes(body=b"This is the final destination.\n"),
307 "/second": tests.http_response_bytes(
[all …]
Dtest_https.py23 return tests.http_response_bytes(body=b"final")
24 return tests.http_response_bytes(status="301 goto", headers={"location": glocation[0]})
43 return tests.http_response_bytes(body=b"final")
44 return tests.http_response_bytes(status="301 goto", headers={"location": "/final"})
151 return tests.http_response_bytes()
174 return tests.http_response_bytes()
Dtest_other.py80 return tests.http_response_bytes()
100 return tests.http_response_bytes()
122 return tests.http_response_bytes(status=500)
123 return tests.http_response_bytes(status=200)
152 return tests.http_response_bytes(proto="HTTP/1.1")
Dtest_proxy.py181 return tests.http_response_bytes(
184 return tests.http_response_bytes()
197 return tests.http_response_bytes(
200 return tests.http_response_bytes()
Dtest_cache.py72 response = tests.http_response_bytes(
99 response = tests.http_response_bytes(
138 response = tests.http_response_bytes(
265 return tests.http_response_bytes(status=405)
266 return tests.http_response_bytes(
282 respond = tests.http_response_bytes
D__init__.py439 def http_response_bytes( function
486 response = http_response_bytes(**kw)
493 response_404 = http_response_bytes(status="404 Not Found")
509 response = http_response_bytes(**response_kwargs)
607 return http_response_bytes(**kwargs)
615 return http_response_bytes(
702 return http_response_bytes(