MCPcopy Create free account
hub / github.com/chen3feng/toft / AppendToString

Method AppendToString

net/http/message.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void HttpMessage::AppendToString(std::string* result) const {
56 AppendHeadersToString(result);
57 result->append(m_body);
58}
59
60void HttpMessage::ToString(std::string* result) const {
61 result->clear();

Callers 1

AppendHeadersToStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected