Lines Matching defs:path
350 auto path = req.fs.header(http2::HD__PATH);
386 if (path) {
388 path->value == StringRef::from_lit("*")) {
392 req.path = path->value;
394 req.path = http2::rewrite_clean_path(downstream->get_block_allocator(),
395 path->value);
758 req.path = http2::rewrite_clean_path(promised_balloc, value);
1804 balloc, cookieconf.name, affinity_cookie, cookieconf.path, secure);
1991 req.path);
1995 httpconf.redirect_https_port, req.path);
2144 auto base = http2::get_pure_path_component(req.path);
2156 StringRef scheme, authority, path;
2158 rv = http2::construct_push_component(balloc, scheme, authority, path,
2172 if (resp.is_resource_pushed(scheme, authority, path)) {
2176 rv = submit_push_promise(scheme, authority, path, downstream);
2181 resp.resource_pushed(scheme, authority, path);
2189 const StringRef &path,
2194 // 4 for :method, :scheme, :path and :authority
2200 nva.push_back(http2::make_nv_ls_nocopy(":path", path));
2268 auto base = http2::get_pure_path_component(req.path);
2275 StringRef scheme, authority, path;
2277 rv = http2::construct_push_component(balloc, scheme, authority, path, base,
2293 if (resp.is_resource_pushed(scheme, authority, path)) {
2297 rv = submit_push_promise(scheme, authority, path, downstream);
2303 resp.resource_pushed(scheme, authority, path);