Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_body.hpp43 std::string strBody; member in bmcweb::HttpBody::value_type
47 explicit value_type(std::string_view s) : strBody(s) {} in value_type()
58 return strBody; in str()
63 return strBody; in str()
70 return strBody.size(); in payloadSize()
84 strBody.clear(); in clear()
85 strBody.shrink_to_fit(); in clear()