Lines Matching refs:req
1031 auto &req = downstream->request();
1054 if (req.forwarded_once) {
1056 authority = req.orig_authority;
1057 path = req.orig_path;
1062 } else if (!req.authority.empty()) {
1063 authority = req.authority;
1065 auto h = req.fs.header(http2::HD_HOST);
1074 if (!req.regular_connect_method()) {
1075 path = req.path;
1080 req.orig_authority = authority;
1081 req.orig_path = path;
1082 req.forwarded_once = true;
1221 auto &req = downstream->request();
1225 if (!req.tstamp) {
1228 req.tstamp = lgconf->tstamp;