MCPcopy Create free account
hub / github.com/boostorg/beast / to_string

Method to_string

test/doc/http_examples.cpp:47–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46 template<bool isRequest, class Body, class Fields>
47 static
48 std::string
49 to_string(message<isRequest, Body, Fields> const& m)
50 {
51 std::stringstream ss;
52 ss << m;
53 return ss.str();
54 }
55
56 template<bool isRequest>
57 bool

Callers

nothing calls this directly

Calls 1

strMethod · 0.45

Tested by

no test coverage detected