Home
last modified time | relevance | path

Searched refs:HTTP_OPTIONS (Results 1 - 10 of 10) sorted by relevance

/third_party/nghttp2/src/
H A Dshrpx_http2_downstream_connection.cc316 if (req.method == HTTP_OPTIONS && req.path.empty()) { in push_request_headers()
H A Dshrpx_https_upstream.cc302 } else if (req.method == HTTP_OPTIONS) { in rewrite_request_host_path_from_uri()
446 if (method == HTTP_OPTIONS && req.path == StringRef::from_lit("*")) { in htp_hdrs_completecb()
H A Dshrpx_log.cc601 : req.path.empty() ? req.method == HTTP_OPTIONS ? StringRef::from_lit("*") in upstream_accesslog()
H A Dshrpx_http_downstream_connection.cc519 } else if (req.method == HTTP_OPTIONS && req.path.empty()) { in push_request_headers()
H A Dhttp2.cc1534 return HTTP_OPTIONS;
H A Dshrpx_http2_upstream.cc387 if (method_token == HTTP_OPTIONS && in on_request_headers()
H A Dshrpx_http2_session.cc2293 if (method_token != HTTP_OPTIONS || path->value != "*") { in handle_downstream_push_promise_complete()
H A Dshrpx_http3_upstream.cc2275 if (method_token == HTTP_OPTIONS && in http_end_request_headers()
/third_party/node/deps/llhttp/include/
H A Dllhttp.h131 HTTP_OPTIONS = 6, enumerator
/third_party/nghttp2/third-party/llhttp/include/
H A Dllhttp.h143 HTTP_OPTIONS = 6, enumerator

Completed in 20 milliseconds