Searched refs:create_response (Results 1 – 10 of 10) sorted by relevance
26 def create_response(headers): function47 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 …]
44 return httparchive.create_response(status)53 return httparchive.create_response(status, reason, headers, body)
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))994 def create_response(status, reason=None, headers=None, body=None): function
250 response = httparchive.create_response(273 response = httparchive.create_response(status, body=body)
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)
40 def create_response(self, status_code, reason='', header=[], body=None): member in AWSMockServiceTestCase73 http_response = self.create_response(status_code, reason, header, body)
30 … response = self.create_response(status_code=204,header=[('Content-Type','application/json')])
554 create_response (void *cls, in create_response() function738 &create_response, NULL, in main()
537 create_response (void *cls, in create_response() function721 &create_response, NULL, in main()
3707 create_response (void *cls,3891 &create_response, NULL,