class HttpParser::Instance
def reset!(new_type = type)
-
new_type
(:request, :response, :both
) --
def reset!(new_type = type) ::HttpParser.http_parser_init(self, new_type) end
new_type
(:request, :response, :both
)
--
def reset!(new_type = type) ::HttpParser.http_parser_init(self, new_type) end