Searched refs:response_class (Results 1 – 8 of 8) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_mruby_module_response.cc | 369 auto response_class = in init_response_class() local 372 mrb_define_method(mrb, response_class, "initialize", response_init, in init_response_class() 374 mrb_define_method(mrb, response_class, "http_version_major", in init_response_class() 376 mrb_define_method(mrb, response_class, "http_version_minor", in init_response_class() 378 mrb_define_method(mrb, response_class, "status", response_get_status, in init_response_class() 380 mrb_define_method(mrb, response_class, "status=", response_set_status, in init_response_class() 382 mrb_define_method(mrb, response_class, "headers", response_get_headers, in init_response_class() 384 mrb_define_method(mrb, response_class, "add_header", response_add_header, in init_response_class() 386 mrb_define_method(mrb, response_class, "set_header", response_set_header, in init_response_class() 388 mrb_define_method(mrb, response_class, "clear_headers", in init_response_class() [all …]
|
D | shrpx_mruby_module.cc | 49 auto response_class = mrb_class_get_under(mrb, module, "Response"); in create_env() local 53 auto resp = mrb_obj_new(mrb, response_class, 0, nullptr); in create_env()
|
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | service_reflection_test.py | 105 response_class, callback): argument 109 callback(response_class())
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | service_reflection_test.py | 114 response_class, callback): argument 118 callback(response_class())
|
/third_party/protobuf/python/google/protobuf/ |
D | service.py | 220 request, response_class, done): argument
|
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/ |
D | _split_definitions_test.py | 86 def __init__(self, response_class): argument 87 self._response_class = response_class
|
/third_party/python/Lib/http/ |
D | client.py | 794 response_class = HTTPResponse variable in HTTPConnection 919 response = self.response_class(self.sock, method=self._method) 1367 response = self.response_class(self.sock, self.debuglevel, 1370 response = self.response_class(self.sock, method=self._method)
|
/third_party/python/Lib/test/ |
D | test_httplib.py | 1085 conn.response_class = Response
|