Searched refs:getCachedDateStr (Results 1 – 3 of 3) sorted by relevance
| /openbmc/bmcweb/http/ |
| H A D | http_server.hpp | 70 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 D | http_connection.hpp | 84 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 D | http2_connection.hpp | 75 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
|