Home
last modified time | relevance | path

Searched refs:ifMatch (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/redfish-core/include/
H A Dquery.hpp60 std::string ifMatch{ in handleIfMatch() local
62 if (ifMatch.empty()) in handleIfMatch()
67 if (ifMatch == "*") in handleIfMatch()
107 std::make_shared<crow::Request>(req), std::move(ifMatch))); in handleIfMatch()