1#ifndef TENDUKE_NET_URLENCODER_H
2#define TENDUKE_NET_URLENCODER_H
6namespace tenduke {
namespace net {
22 virtual std::string
encode(
const std::string &stringToEncode)
const = 0;
Service to URL-encode a string.
Definition URLEncoder.h:13
virtual std::string encode(const std::string &stringToEncode) const =0
URL-encodes given string.
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4