Lines Matching defs:resp
1271 auto &resp = downstream->response();
1330 nva.reserve(resp.fs.headers().size() + 4 +
1334 auto response_status = http2::stringify_status(balloc, resp.http_status);
1338 http3::copy_headers_to_nva_nocopy(nva, resp.fs.headers(),
1348 resp.fs.clear_headers();
1361 if (req.connect_proto == ConnectProto::WEBSOCKET && resp.http_status == 101) {
1365 response_status = http2::stringify_status(balloc, resp.http_status);
1370 http3::copy_headers_to_nva_nocopy(nva, resp.fs.headers(), striphd_flags);
1375 auto server = resp.fs.header(http2::HD_SERVER);
1397 auto via = resp.fs.header(http2::HD_VIA);
1416 p = http::create_via_header_value(p, resp.http_major, resp.http_minor);
1479 auto &resp = downstream->response();
1483 resp.connection_close = true;
1488 const auto &trailers = resp.fs.trailers();
1690 const auto &resp = downstream->response();
1696 const auto &headers = resp.fs.headers();
1701 auto response_status = http2::stringify_status(balloc, resp.http_status);
1721 if (!resp.fs.header(http2::HD_SERVER)) {
2695 auto &resp = downstream->response();
2700 resp.http_status = status_code;