Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
Dhttparchive_test.py26 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 …]
Dcustomhandlers.py44 return httparchive.create_response(status)
53 return httparchive.create_response(status, reason, headers, body)
Dhttparchive.py162 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
Dhttpproxy.py250 response = httparchive.create_response(
273 response = httparchive.create_response(status, body=body)
/external/libmicrohttpd/doc/examples/
Dsessions.c554 create_response (void *cls, in create_response() function
738 &create_response, NULL, in main()
/external/libmicrohttpd/src/examples/
Dpost_example.c537 create_response (void *cls, in create_response() function
721 &create_response, NULL, in main()
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.info3707 create_response (void *cls,
3891 &create_response, NULL,