MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / getMessage

Method getMessage

src/socket/SocketClient.h:70–72  ·  view source on GitHub ↗

Get the Raw HTTP message from this client

Source from the content-addressed store, hash-verified

68
69 /// Get the Raw HTTP message from this client
70 std::string getMessage() const {
71 return _msg;
72 }
73
74 /// Get the Percent Decoded HTTP message from this client
75 std::string getPercentDecodedMessage() const {

Callers 6

methodPostMethod · 0.80
methodGetMethod · 0.80
processMethod · 0.80
threadEntryMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected