Lines Matching defs:authority
489 // For HTTP/1.0 request, there is no authority in request. In that
491 auto authority = StringRef(downstream_hostport);
495 if (no_host_rewrite && !req.authority.empty()) {
496 authority = req.authority;
499 downstream_->set_request_downstream_host(authority);
510 buf->append(authority);
517 buf->append(authority);
526 buf->append(authority);
619 handler->get_forwarded_for(), req.authority, req.scheme);