Lines Matching defs:authority
265 // For HTTP/1.0 request, there is no authority in request. In that
267 auto authority = StringRef(downstream_hostport);
269 if (no_host_rewrite && !req.authority.empty()) {
270 authority = req.authority;
273 downstream_->set_request_downstream_host(authority);
284 // 4. :authority (or host)
323 nva.push_back(http2::make_nv_ls_nocopy(":authority", authority));
325 nva.push_back(http2::make_nv_ls_nocopy("host", authority));
328 nva.push_back(http2::make_nv_ls_nocopy(":authority", authority));
372 handler->get_forwarded_for(), req.authority, req.scheme);