Searched refs:create_response (Results 1 – 10 of 10) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
D | httparchive_test.py | 26 def create_response(headers): function 47 RESPONSE = create_response(RESPONSE_HEADERS) 217 not_modified_response = httparchive.create_response(304) 249 not_modified_response = httparchive.create_response(304) 281 not_modified_response = httparchive.create_response(304) 282 precondition_failed_response = httparchive.create_response(412) 306 not_modified_response = httparchive.create_response(304) 307 precondition_failed_response = httparchive.create_response(412) 357 not_modified_response = httparchive.create_response(304) 358 precondition_failed_response = httparchive.create_response(412) [all …]
|
D | customhandlers.py | 44 return httparchive.create_response(status) 53 return httparchive.create_response(status, reason, headers, body)
|
D | httparchive.py | 161 response = create_response(status) 435 self[request] = create_response(200, body=certutils.get_host_cert(host)) 441 self[request] = create_response(200, body=self._generate_cert(host)) 946 def create_response(status, reason=None, headers=None, body=None): function
|
D | httpproxy.py | 265 response = httparchive.create_response(status, body=body)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/vpc/ |
D | test_networkacl.py | 239 self.create_response(status_code=200, body=self.get_all_network_acls_subnet_body), 240 self.create_response(status_code=200) 255 self.create_response(status_code=200, body=self.get_all_network_acls_vpc_body), 256 self.create_response(status_code=200, body=self.get_all_network_acls_subnet_body), 257 self.create_response(status_code=200)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ |
D | __init__.py | 40 def create_response(self, status_code, reason='', header=[], body=None): member in AWSMockServiceTestCase 73 http_response = self.create_response(status_code, reason, header, body)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/glacier/ |
D | test_response.py | 30 … response = self.create_response(status_code=204,header=[('Content-Type','application/json')])
|
/external/libmicrohttpd/src/examples/ |
D | post_example.c | 537 create_response (void *cls, in create_response() function 721 &create_response, NULL, in main()
|
/external/libmicrohttpd/doc/examples/ |
D | sessions.c | 554 create_response (void *cls, in create_response() function 738 &create_response, NULL, in main()
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd-tutorial.info | 3707 create_response (void *cls, 3891 &create_response, NULL,
|