Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_server.hpp61 getCachedDateStr = [this]() -> std::string { in run()
145 handler, std::move(timer), getCachedDateStr, in afterAccept()
151 handler, std::move(timer), getCachedDateStr, in afterAccept()
180 std::function<std::string()> getCachedDateStr; member in crow::Server
H A Dhttp_connection.hpp69 getCachedDateStr(getCachedDateStrF) in Connection()
216 std::move(adaptor), handler, getCachedDateStr); in afterSslHandshake()
388 res.addHeader(boost::beast::http::field::date, getCachedDateStr()); in completeRequest()
769 std::function<std::string()>& getCachedDateStr; member in crow::Connection
H A Dhttp2_connection.hpp59 getCachedDateStr(getCachedDateStrF) in HTTP2Connection()
177 res.addHeader(boost::beast::http::field::date, getCachedDateStr()); in sendResponse()
613 std::function<std::string()>& getCachedDateStr; member in crow::HTTP2Connection