Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_api_downstream_connection.h41 API_METHOD_POST, enumerator
Dshrpx_api_downstream_connection.cc48 (1 << API_METHOD_POST) | (1 << API_METHOD_PUT), in apis()
216 if (!(api_->allowed_methods & (1 << API_METHOD_POST))) { in push_request_headers()