Searched defs:response_class (Results 1 – 7 of 7) sorted by relevance
49 auto response_class = mrb_class_get_under(mrb, module, "Response"); in create_env() local
369 auto response_class = in init_response_class() local
220 request, response_class, done): argument
105 response_class, callback): argument
114 response_class, callback): argument
86 def __init__(self, response_class): argument
794 response_class = HTTPResponse variable in HTTPConnection