Lines Matching defs:httpconf
185 auto &httpconf = config->http;
188 httpconf.request_header_field_buffer ||
189 req.fs.num_fields() >= httpconf.max_request_header_fields) {
302 auto &httpconf = config->http;
303 if (httpconf.max_requests <= num_requests_) {
1521 auto &httpconf = config->http;
1528 nva.reserve(2 + headers.size() + httpconf.add_response_headers.size());
1554 for (auto &p : httpconf.add_response_headers) {
1667 auto &httpconf = config->http;
1669 if (!config->http2_proxy && !httpconf.no_location_rewrite) {
1742 httpconf.add_response_headers.size());
1784 if (!config->http2_proxy && !httpconf.no_server_rewrite) {
1785 nva.push_back(http2::make_nv_ls_nocopy("server", httpconf.server_name));
1811 if (!httpconf.http2_altsvc_header_value.empty()) {
1813 "alt-svc", httpconf.http2_altsvc_header_value));
1818 if (httpconf.no_via) {
1842 for (auto &p : httpconf.add_response_headers) {
1986 auto &httpconf = config->http;
1989 if (httpconf.redirect_https_port == StringRef::from_lit("443")) {
1995 httpconf.redirect_https_port, req.path);