Lines Matching defs:httpconf
1284 auto &httpconf = config->http;
1286 if (!config->http2_proxy && !httpconf.no_location_rewrite) {
1331 httpconf.add_response_headers.size());
1372 if (!config->http2_proxy && !httpconf.no_server_rewrite) {
1373 nva.push_back(http3::make_nv_ls_nocopy("server", httpconf.server_name));
1398 if (httpconf.no_via) {
1422 for (auto &p : httpconf.add_response_headers) {
1692 auto &httpconf = config->http;
1699 nva.reserve(2 + headers.size() + httpconf.add_response_headers.size());
1725 for (auto &p : httpconf.add_response_headers) {
2132 auto &httpconf = config->http;
2135 httpconf.request_header_field_buffer ||
2136 req.fs.num_fields() >= httpconf.max_request_header_fields) {