Get the Raw HTTP message from this client
| 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 { |
no outgoing calls
no test coverage detected