Searched refs:headers2 (Results 1 – 4 of 4) sorted by relevance
/third_party/curl/tests/libtest/ |
D | lib650.c | 55 struct curl_slist *headers, *headers2 = NULL; in test() local 73 headers2 = curl_slist_append(headers, "X-customheader-2: Header 2 data"); in test() 74 if(!headers2) { in test() 77 headers = headers2; in test() 78 headers2 = curl_slist_append(headers, "Content-Type: text/plain"); in test() 79 if(!headers2) { in test() 82 headers = headers2; in test()
|
/third_party/nghttp2/src/ |
D | http2_test.cc | 154 auto headers2 = HeaderRefs{ 209 http2::copy_headers_to_nva(nva, headers2, http2::HDOP_NONE); in test_http2_copy_headers_to_nva() 212 check_nv(headers2[ans2[i]], &nva[i]); in test_http2_copy_headers_to_nva() 217 http2::copy_headers_to_nva(nva, headers2, http2::HDOP_STRIP_ALL); in test_http2_copy_headers_to_nva() 239 http2::build_http1_headers_from_headers(&buf, headers2, http2::HDOP_NONE); in test_http2_build_http1_headers_from_headers() 248 http2::build_http1_headers_from_headers(&buf, headers2, in test_http2_build_http1_headers_from_headers()
|
/third_party/node/deps/undici/ |
D | undici.js | 9653 stream.once("response", (headers2) => { 9654 const { [HTTP2_HEADER_STATUS]: statusCode, ...realHeaders } = headers2;
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 12718 stream.once("response", (headers2) => { 12719 const { [HTTP2_HEADER_STATUS]: statusCode, ...realHeaders } = headers2;
|