Lines Matching defs:authority
189 // Request authority. This is HTTP/2 :authority header field value
191 // HTTP/1 request. We also store authority-form HTTP/1 request.
194 StringRef authority;
199 // This is original authority which cannot be changed by per-pattern
226 // true if request does not have any information about authority.
227 // This happens when: For HTTP/2 request, :authority is missing.
231 // orig_authority and orig_path have the authority and path which
252 // returns true if a resource denoted by scheme, authority, and path
254 bool is_resource_pushed(const StringRef &scheme, const StringRef &authority,
260 std::make_tuple(scheme, authority, path)) !=
264 // remember that a resource denoted by scheme, authority, and path
266 void resource_pushed(const StringRef &scheme, const StringRef &authority,
272 pushed_resources->emplace_back(scheme, authority, path);
276 // array of the tuple of scheme, authority, and path of pushed