Searched refs:make_nv_ll (Results 1 – 6 of 6) sorted by relevance
/third_party/nghttp2/src/ |
D | shrpx_http2_downstream_connection.cc | 297 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()
|
D | http3.h | 61 constexpr nghttp3_nv make_nv_ll(const char (&name)[N], const char (&value)[M]) { in make_nv_ll() function
|
D | HttpServer.cc | 935 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()
|
D | http2.h | 153 constexpr nghttp2_nv make_nv_ll(const char (&name)[N], const char (&value)[M]) { in make_nv_ll() function
|
D | shrpx_http2_upstream.cc | 1605 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()
|
D | shrpx_http3_upstream.cc | 2675 http3::make_nv_ll("content-type", "text/html; charset=UTF-8"), in error_reply()
|