Clear the HTTP message from this client
| 57 | |
| 58 | /// Clear the HTTP message from this client |
| 59 | void clearMessage() { |
| 60 | _msg.clear(); |
| 61 | } |
| 62 | |
| 63 | /// Add HTTP message to this client |
| 64 | /// @param msg specifiet the message to set/add |
no test coverage detected