Lines Matching refs:httpconf
2001 auto &httpconf = config->http;
2002 httpconf.server_name = StringRef::from_lit("nghttpx");
2003 httpconf.no_host_rewrite = true;
2004 httpconf.request_header_field_buffer = 64_k;
2005 httpconf.max_request_header_fields = 100;
2006 httpconf.response_header_field_buffer = 64_k;
2007 httpconf.max_response_header_fields = 500;
2008 httpconf.redirect_https_port = StringRef::from_lit("443");
2009 httpconf.max_requests = std::numeric_limits<size_t>::max();
2010 httpconf.xfp.add = true;
2011 httpconf.xfp.strip_incoming = true;
2012 httpconf.early_data.strip_incoming = true;