|
10Duke Enterprise C++ Client
|
#include <LibcurlURLDecoder.h>
Libcurl implementation of tenduke::net::URLDecoder.
Public Member Functions | |
| std::string | decode (const char *string, std::size_t len) const override |
| URL-decodes given string. | |
|
overridevirtual |
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 |
Implements tenduke::net::URLDecoder.