Home
last modified time | relevance | path

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

/openbmc/bmcweb/redfish-core/include/utils/
H A Dquery_param.hpp870 const std::string subQuery = node.uri + *queryStr; in startQuery() local
871 BMCWEB_LOG_DEBUG("URL of subquery: {}", subQuery); in startQuery()
874 crow::Request::Body{boost::beast::http::verb::get, subQuery, in startQuery()