Lines Matching defs:scheme
186 // Request scheme. For HTTP/2, this is :scheme header field value.
188 StringRef scheme;
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