Lines Matching defs:headers
1330 nva.reserve(resp.fs.headers().size() + 4 +
1338 http3::copy_headers_to_nva_nocopy(nva, resp.fs.headers(),
1370 http3::copy_headers_to_nva_nocopy(nva, resp.fs.headers(), striphd_flags);
1696 const auto &headers = resp.fs.headers();
1699 nva.reserve(2 + headers.size() + httpconf.add_response_headers.size());
1705 for (auto &kv : headers) {
2212 auto &nva = req.fs.headers();
2223 ULOG(INFO, this) << "HTTP request headers. stream_id="
2804 ULOG(INFO, this) << "HTTP response headers. stream_id="