Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_request.hpp51 Request(std::string_view bodyIn, std::error_code& /*ec*/) : req({}, bodyIn) in Request()
H A Dhttp_body.hpp196 value_type& bodyIn) : body(bodyIn) in writer()
194 writer(boost::beast::http::header<IsRequest,Fields> &,value_type & bodyIn) writer() argument