Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp2_connection.hpp71 std::function<std::string()>& getCachedDateStrF, HttpType httpTypeIn, in HTTP2Connection() argument
73 httpType(httpTypeIn), adaptor(std::move(adaptorIn)), in HTTP2Connection()
H A Dhttp_connection.hpp79 Connection(Handler* handlerIn, HttpType httpTypeIn, in Connection() argument
83 httpType(httpTypeIn), adaptor(std::move(adaptorIn)), handler(handlerIn), in Connection()