Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_request.hpp42 Request(std::string_view bodyIn, std::error_code& /*ec*/) : req({}, bodyIn) in Request()
H A Dhttp_body.hpp191 value_type& bodyIn) : in writer() argument
192 body(bodyIn) in writer()