Lines Matching defs:http
109 int Http2Upstream::upgrade_upstream(HttpsUpstream *http) {
112 auto &balloc = http->get_downstream()->get_block_allocator();
114 auto http2_settings = http->get_downstream()->get_http2_settings();
122 http->get_downstream()->request().method == HTTP_HEAD, nullptr);
130 pre_upstream_.reset(http);
131 auto downstream = http->pop_downstream();
185 auto &httpconf = config->http;
302 auto &httpconf = config->http;
422 if (config->http.require_http_scheme &&
423 !http::check_http_scheme(req.scheme, handler_->get_ssl() != nullptr)) {
999 callbacks, http::select_padding_callback);
1521 auto &httpconf = config->http;
1551 nva.push_back(http2::make_nv_ls_nocopy("server", config->http.server_name));
1586 auto html = http::create_error_html(balloc, status_code);
1606 http2::make_nv_ls_nocopy("server", get_config()->http.server_name),
1667 auto &httpconf = config->http;
1802 http::require_cookie_secure_attribute(cookieconf.secure, req.scheme);
1803 auto cookie_str = http::create_affinity_cookie(
1824 // http::create_via_header_value.
1836 p = http::create_via_header_value(p, resp.http_major, resp.http_minor);
1975 if (req.regular_connect_method() || req.scheme != "http") {
1986 auto &httpconf = config->http;