Home
last modified time | relevance | path

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

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