MCPcopy Create free account
hub / github.com/SmingHub/Sming / toString

Function toString

Sming/Components/Network/src/Network/Http/HttpResponse.h:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153};
154
155inline String toString(const HttpResponse& res)
156{
157 return res.toString();
158}

Callers 2

setContentTypeMethod · 0.70
sendDataStreamMethod · 0.70

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected