Home
last modified time | relevance | path

Searched refs:to_method_string (Results 1 – 7 of 7) sorted by relevance

/third_party/nghttp2/src/
Dhttp2.h402 StringRef to_method_string(int method_token);
Dshrpx_mruby_module_request.cc72 auto method = http2::to_method_string(req.method); in request_get_method()
Dshrpx_http2_downstream_connection.cc301 ":method", http2::to_method_string(req.method))); in push_request_headers()
Dshrpx_log.cc597 : http2::to_method_string(req.method); in upstream_accesslog()
Dshrpx_http_downstream_connection.cc504 auto meth = http2::to_method_string( in push_request_headers()
Dshrpx_https_upstream.cc365 ss << http2::to_method_string(method) << " " in htp_hdrs_completecb()
Dhttp2.cc1572 StringRef to_method_string(int method_token) { in to_method_string() function