Home
last modified time | relevance | path

Searched refs:allowed_methods (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_api_downstream_connection.cc210 if (!(api_->allowed_methods & (1 << API_METHOD_GET))) { in push_request_headers()
216 if (!(api_->allowed_methods & (1 << API_METHOD_POST))) { in push_request_headers()
222 if (!(api_->allowed_methods & (1 << API_METHOD_PUT))) { in push_request_headers()
275 if (api_->allowed_methods & (1 << i)) { in error_method_not_allowed()
288 if (api_->allowed_methods & (1 << i)) { in error_method_not_allowed()
Dshrpx_api_downstream_connection.h62 uint8_t allowed_methods; member