• Home
  • Raw
  • Download

Lines Matching refs:http3

604   auto &http3conf = config->http3;  in init()
1317 nva.push_back(http3::make_nv_ls_nocopy(":status", response_status)); in on_downstream_header_complete()
1319 http3::copy_headers_to_nva_nocopy(nva, resp.fs.headers(), in on_downstream_header_complete()
1349 nva.push_back(http3::make_nv_ls_nocopy(":status", response_status)); in on_downstream_header_complete()
1351 http3::copy_headers_to_nva_nocopy(nva, resp.fs.headers(), striphd_flags); in on_downstream_header_complete()
1354 nva.push_back(http3::make_nv_ls_nocopy("server", httpconf.server_name)); in on_downstream_header_complete()
1358 nva.push_back(http3::make_nv_ls_nocopy("server", (*server).value)); in on_downstream_header_complete()
1374 nva.push_back(http3::make_nv_ls_nocopy("set-cookie", cookie_str)); in on_downstream_header_complete()
1381 nva.push_back(http3::make_nv_ls_nocopy("via", (*via).value)); in on_downstream_header_complete()
1400 nva.push_back(http3::make_nv_ls_nocopy("via", StringRef{iov.base, p})); in on_downstream_header_complete()
1404 nva.push_back(http3::make_nv_nocopy(p.name, p.value)); in on_downstream_header_complete()
1473 http3::copy_headers_to_nva_nocopy(nva, trailers, http2::HDOP_STRIP_ALL); in on_downstream_body_complete()
1686 nva.push_back(http3::make_nv_ls_nocopy(":status", response_status)); in send_reply()
1701 nva.push_back(http3::make_nv_nocopy(kv.name, kv.value, kv.no_index)); in send_reply()
1705 nva.push_back(http3::make_nv_ls_nocopy("server", config->http.server_name)); in send_reply()
1709 nva.push_back(http3::make_nv_nocopy(p.name, p.value)); in send_reply()
2699 {http3::make_nv_ls_nocopy(":status", response_status), in error_reply()
2700 http3::make_nv_ll("content-type", "text/html; charset=UTF-8"), in error_reply()
2701 http3::make_nv_ls_nocopy("server", get_config()->http.server_name), in error_reply()
2702 http3::make_nv_ls_nocopy("content-length", content_length), in error_reply()
2703 http3::make_nv_ls_nocopy("date", date)}}; in error_reply()