Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_server.hpp70 getCachedDateStr = [this]() -> std::string { in run()
148 handler, httpType, std::move(timer), getCachedDateStr, in afterAccept()
173 std::function<std::string()> getCachedDateStr; member in crow::Server
H A Dhttp_connection.hpp84 timer(std::move(timerIn)), getCachedDateStr(getCachedDateStrF) in Connection()
288 std::move(adaptor), handler, getCachedDateStr, httpType, in upgradeToHttp2()
498 res.addHeader(boost::beast::http::field::date, getCachedDateStr()); in completeRequest()
957 std::function<std::string()>& getCachedDateStr; member in crow::Connection
H A Dhttp2_connection.hpp75 getCachedDateStr(getCachedDateStrF), mtlsSession(mtlsSessionIn) in HTTP2Connection()
226 res.addHeader(boost::beast::http::field::date, getCachedDateStr()); in sendResponse()
688 std::function<std::string()>& getCachedDateStr; member in crow::HTTP2Connection