Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_client.hpp141 using parser_type = http::response_parser<bmcweb::HttpBody>; typedef in crow::ConnectionInfo
142 std::optional<parser_type> parser;
324 parser_type& thisParser = parser.emplace(std::piecewise_construct, in recvMessage()