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.hpp90 timer(std::move(timerIn)), getCachedDateStr(getCachedDateStrF) in Connection()
294 std::move(adaptor), handler, getCachedDateStr, httpType, in upgradeToHttp2()
504 res.addHeader(boost::beast::http::field::date, getCachedDateStr()); in completeRequest()
975 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()
691 std::function<std::string()>& getCachedDateStr;
692 std::function<std::string()>& getCachedDateStr; global() member in crow::HTTP2Connection