Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp2_connection.hpp69 HttpType httpTypeIn) : in HTTP2Connection() argument
70 httpType(httpTypeIn), adaptor(std::move(adaptorIn)), in HTTP2Connection()
H A Dhttp_connection.hpp77 Connection(Handler* handlerIn, HttpType httpTypeIn, in Connection() argument
81 httpType(httpTypeIn), adaptor(std::move(adaptorIn)), handler(handlerIn), in Connection()