Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dhttp2_test.cc333 auto res = http2::parse_link_header(StringRef::from_lit("<url>")); in test_http2_parse_link_header()
339 http2::parse_link_header(StringRef::from_lit("<url>; rel=preload")); in test_http2_parse_link_header()
345 auto res = http2::parse_link_header( in test_http2_parse_link_header()
352 auto res = http2::parse_link_header( in test_http2_parse_link_header()
360 auto res = http2::parse_link_header( in test_http2_parse_link_header()
368 auto res = http2::parse_link_header( in test_http2_parse_link_header()
375 auto res = http2::parse_link_header( in test_http2_parse_link_header()
382 auto res = http2::parse_link_header( in test_http2_parse_link_header()
389 auto res = http2::parse_link_header( in test_http2_parse_link_header()
397 auto res = http2::parse_link_header( in test_http2_parse_link_header()
[all …]
Dhttp2.h370 std::vector<LinkHeader> parse_link_header(const StringRef &src);
Dhttp2.cc1338 std::vector<LinkHeader> parse_link_header(const StringRef &src) { in parse_link_header() function
Dshrpx_http2_upstream.cc2155 for (auto &link : http2::parse_link_header(kv.value)) { in prepare_push_promise()