Lines Matching defs:path
195 // Request path, including query component. For HTTP/1.1, this is
196 // request-target. For HTTP/2, this is :path header field value.
198 StringRef path;
202 // This is original path which cannot be changed by per-pattern
231 // orig_authority and orig_path have the authority and path which
252 // returns true if a resource denoted by scheme, authority, and path
255 const StringRef &path) const {
260 std::make_tuple(scheme, authority, path)) !=
264 // remember that a resource denoted by scheme, authority, and path
267 const StringRef &path) {
272 pushed_resources->emplace_back(scheme, authority, path);
276 // array of the tuple of scheme, authority, and path of pushed