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

Method getPercentDecodedMessage

src/socket/SocketClient.h:75–77  ·  view source on GitHub ↗

Get the Percent Decoded HTTP message from this client

Source from the content-addressed store, hash-verified

73
74 /// Get the Percent Decoded HTTP message from this client
75 std::string getPercentDecodedMessage() const {
76 return StringConverter::getPercentDecoding(_msg);
77 }
78
79 /// Set protocol string
80 /// @param protocol specifies the protocol this client is using

Callers 3

findClientIDForMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected