Lines Matching defs:thisReq

598         AggregationType aggType, const crow::Request& thisReq,
601 if (thisReq.method() != boost::beast::http::verb::get)
618 // Create a copy of thisReq so we we can still locally process the req
620 auto localReq = std::make_shared<crow::Request>(thisReq.copy());
727 const crow::Request& thisReq = *sharedReq;
729 thisReq.target());
738 getInstance().forwardCollectionRequests(thisReq, asyncResp,
751 getInstance().forwardContainsSubordinateRequests(thisReq, asyncResp,
756 const boost::urls::segments_view urlSegments = thisReq.url().segments();
771 findSatellite(thisReq, asyncResp, satelliteInfo, *it);
786 const crow::Request& thisReq,
801 boost::urls::url targetURI(thisReq.target());
802 std::string path = thisReq.url().path();
817 std::string data = thisReq.body();
827 prepareAggregationHeaders(thisReq.fields(), prefix);
831 requestFields, thisReq.method(), cb);
836 const crow::Request& thisReq,
846 url.set_path(thisReq.url().path());
847 if (thisReq.url().has_query())
849 url.set_query(thisReq.url().query());
851 std::string data = thisReq.body();
855 prepareAggregationHeaders(thisReq.fields(), sat.first);
859 requestFields, thisReq.method(), cb);
866 const crow::Request& thisReq,
880 url.set_path(thisReq.url().path());
882 std::string data = thisReq.body();
886 prepareAggregationHeaders(thisReq.fields(), sat.first);
890 requestFields, thisReq.method(), cb);
1323 Result beginAggregation(const crow::Request& thisReq,
1328 boost::urls::url_view url = thisReq.url();
1375 startAggregation(AggregationType::Resource, thisReq,
1385 startAggregation(AggregationType::Collection, thisReq,
1403 startAggregation(AggregationType::Collection, thisReq, asyncResp);
1411 startAggregation(AggregationType::ContainsSubordinate, thisReq,