Lines Matching defs:authority
2235 auto authority = req.fs.header(http2::HD__AUTHORITY);
2252 // For HTTP/2 proxy, we require :authority.
2254 faddr->alt_mode == UpstreamAltMode::NONE && !authority) {
2264 // nghttp2 library guarantees either :authority or host exist
2265 if (!authority) {
2267 authority = req.fs.header(http2::HD_HOST);
2270 if (authority) {
2271 req.authority = authority->value;
2337 if (downstream_queue_.can_activate(downstream->request().authority)) {