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