Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_body.hpp64 std::string strBody; member in bmcweb::HttpBody::value_type
68 explicit value_type(std::string_view s) : strBody(s) {} in value_type()
92 return strBody; in str()
97 return strBody; in str()
104 return strBody.size(); in payloadSize()
118 strBody.clear(); in clear()
119 strBody.shrink_to_fit(); in clear()