Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dapp.hpp82 static HttpType getHttpType(std::string_view socketTypeString) in getHttpType() function in crow::App
132 HttpType httpType = getHttpType(socknameComponents[2]); in setupSocket()