Add HTTP message to this client @param msg specifiet the message to set/add
| 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 { |
no outgoing calls
no test coverage detected