Searched refs:to_method_string (Results 1 – 7 of 7) sorted by relevance
402 StringRef to_method_string(int method_token);
72 auto method = http2::to_method_string(req.method); in request_get_method()
301 ":method", http2::to_method_string(req.method))); in push_request_headers()
597 : http2::to_method_string(req.method); in upstream_accesslog()
504 auto meth = http2::to_method_string( in push_request_headers()
365 ss << http2::to_method_string(method) << " " in htp_hdrs_completecb()
1572 StringRef to_method_string(int method_token) { in to_method_string() function