10Duke Enterprise C++ Client
|
#include <URLDecoder.h>
Service to URL-decode a string.
Public Member Functions | |
virtual std::string | decode (const char *string, std::size_t len) const =0 |
URL-decodes given string. | |
|
pure virtual |
URL-decodes given string.
This assumes that the encoded value decodes to e.g. UTF-8 encoded string. Technically the decoded data could be binary data.
tenduke::net::URLException | if the decoding failed |
Implemented in tenduke::net::curl::LibCurlURLDecoder.