Home
last modified time | relevance | path

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

/openbmc/bmcweb/http/
H A Dhttp_body.hpp38 std::string strBody; member in bmcweb::HttpBody::value_type
46 explicit value_type(std::string_view str) : strBody(str) {} in value_type()
50 strBody(std::move(other.strBody)), encodingType(other.encodingType) in value_type()
57 strBody = std::move(other.strBody); in operator =()
66 fileSize(other.fileSize), strBody(other.strBody), in value_type()
77 strBody = other.strBody; in operator =()
91 return strBody; in str()
96 return strBody; in str()
103 return strBody.size(); in payloadSize()
117 strBody.clear(); in clear()
[all …]