Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp2_connection.hpp342 std::string_view expectedEtag = in onRequestRecv() local
344 BMCWEB_LOG_DEBUG("Setting expected etag {}", expectedEtag); in onRequestRecv()
345 if (!expectedEtag.empty()) in onRequestRecv()
347 asyncResp->res.setExpectedEtag(expectedEtag); in onRequestRecv()
H A Dhttp_connection.hpp449 std::string_view expectedEtag = in handle() local
451 if (!expectedEtag.empty()) in handle()
453 asyncResp->res.setExpectedEtag(expectedEtag); in handle()