Searched refs:create_response (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/ |
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 | 162 response = create_response(status) 436 self[request] = create_response(200, body=certutils.get_host_cert(host)) 442 self[request] = create_response(200, body=self._generate_cert(host)) 1005 def create_response(status, reason=None, headers=None, body=None): function
|
D | httpproxy.py | 250 response = httparchive.create_response( 273 response = httparchive.create_response(status, body=body)
|
/external/libmicrohttpd/doc/examples/ |
D | sessions.c | 554 create_response (void *cls, in create_response() function 738 &create_response, NULL, in main()
|
/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/ |
D | libmicrohttpd-tutorial.info | 3707 create_response (void *cls, 3891 &create_response, NULL,
|