Home
last modified time | relevance | path

Searched refs:make_nv_ll (Results 1 – 4 of 4) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http2_downstream_connection.cc297 nva.push_back(http2::make_nv_ll(":method", "CONNECT")); in push_request_headers()
298 nva.push_back(http2::make_nv_ll(":protocol", "websocket")); in push_request_headers()
311 nva.push_back(http2::make_nv_ll(":scheme", "https")); in push_request_headers()
317 nva.push_back(http2::make_nv_ll(":path", "*")); in push_request_headers()
356 nva.push_back(http2::make_nv_ll("early-data", "1")); in push_request_headers()
456 nva.push_back(http2::make_nv_ll("te", "trailers")); in push_request_headers()
DHttpServer.cc922 http2::make_nv_ll("cache-control", "max-age=3600"), in submit_file_response()
924 http2::make_nv_ll("", ""), http2::make_nv_ll("", ""), in submit_file_response()
925 http2::make_nv_ll("", ""), http2::make_nv_ll("", "")); in submit_file_response()
976 http2::make_nv_ll("", "")); in submit_response()
1008 auto nva = make_array(http2::make_nv_ll(":method", "GET"), in submit_push_promise()
Dhttp2.h153 constexpr nghttp2_nv make_nv_ll(const char (&name)[N], const char (&value)[M]) { in make_nv_ll() function
Dshrpx_http2_upstream.cc1595 http2::make_nv_ll("content-type", "text/html; charset=UTF-8"), in error_reply()
1831 nva.push_back(http2::make_nv_ll("x-http2-push", "1")); in on_downstream_header_complete()
2180 nva.push_back(http2::make_nv_ll(":method", "GET")); in submit_push_promise()