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

Method AppendHeadersToString

net/http/message.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void HttpMessage::AppendHeadersToString(std::string* result) const {
38 AppendStartLineToString(result);
39 result->append("\r\n");
40 m_headers.AppendToString(result);
41 result->append("\r\n");
42}
43
44void HttpMessage::HeadersToString(std::string* result) const {
45 result->clear();

Callers

nothing calls this directly

Calls 1

AppendToStringMethod · 0.45

Tested by

no test coverage detected