Home
last modified time | relevance | path

Searched refs:make_nv_ll (Results 1 – 6 of 6) 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()
Dhttp3.h61 constexpr nghttp3_nv make_nv_ll(const char (&name)[N], const char (&value)[M]) { in make_nv_ll() function
DHttpServer.cc935 http2::make_nv_ll("cache-control", "max-age=3600"), in submit_file_response()
937 http2::make_nv_ll("", ""), http2::make_nv_ll("", ""), in submit_file_response()
938 http2::make_nv_ll("", ""), http2::make_nv_ll("", "")); in submit_file_response()
989 http2::make_nv_ll("", "")); in submit_response()
1021 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.cc1605 http2::make_nv_ll("content-type", "text/html; charset=UTF-8"), in error_reply()
1849 nva.push_back(http2::make_nv_ll("x-http2-push", "1")); in on_downstream_header_complete()
2198 nva.push_back(http2::make_nv_ll(":method", "GET")); in submit_push_promise()
Dshrpx_http3_upstream.cc2675 http3::make_nv_ll("content-type", "text/html; charset=UTF-8"), in error_reply()