Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_body.hpp56 std::string strBody; member in bmcweb::HttpBody::value_type
60 explicit value_type(std::string_view s) : strBody(s) {} in value_type()
71 return strBody; in str()
76 return strBody; in str()
83 return strBody.size(); in payloadSize()
97 strBody.clear(); in clear()
98 strBody.shrink_to_fit(); in clear()