Home
last modified time | relevance | path

Searched refs:response_class (Results 1 - 7 of 7) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_mruby_module_response.cc369 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_header in init_response_class()
[all...]
H A Dshrpx_mruby_module.cc49 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/google/protobuf/internal/
H A Dservice_reflection_test.py114 response_class, callback):
118 callback(response_class())
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
H A Dservice_reflection_test.py105 response_class, callback):
109 callback(response_class())
/third_party/protobuf/python/google/protobuf/
H A Dservice.py220 request, response_class, done):
/third_party/python/Lib/http/
H A Dclient.py66 Unread-response _CS_IDLE <response_class>
67 Req-started-unread-response _CS_REQ_STARTED <response_class>
68 Req-sent-unread-response _CS_REQ_SENT <response_class>
795 response_class = HTTPResponse variable in HTTPConnection
920 response = self.response_class(self.sock, method=self._method)
1339 the response_class variable.
1371 response = self.response_class(self.sock, self.debuglevel,
1374 response = self.response_class(self.sock, method=self._method)
/third_party/python/Lib/test/
H A Dtest_httplib.py1231 conn.response_class = Response

Completed in 8 milliseconds