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

Method addMessage

src/socket/SocketClient.h:65–67  ·  view source on GitHub ↗

Add HTTP message to this client @param msg specifiet the message to set/add

Source from the content-addressed store, hash-verified

63 /// Add HTTP message to this client
64 /// @param msg specifiet the message to set/add
65 void addMessage(const std::string &msg) {
66 _msg += msg;
67 }
68
69 /// Get the Raw HTTP message from this client
70 std::string getMessage() const {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected