1#ifndef TENDUKE_NET_URLDECODER_H
2#define TENDUKE_NET_URLDECODER_H
26 virtual std::string
decode(
const char *
string, std::size_t len)
const = 0;
Service to URL-decode a string.
Definition URLDecoder.h:14
virtual std::string decode(const char *string, std::size_t len) const =0
URL-decodes given string.
Generic networking support.
Definition MalformedURLException.h:6
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4