1#ifndef TENDUKE_NET_CURL_LIBCURLURLENCODER_H
2#define TENDUKE_NET_CURL_LIBCURLURLENCODER_H
4#include "net/URLEncoder.h"
6namespace tenduke {
namespace net {
namespace curl {
16 std::string
encode(
const std::string &stringToEncode)
const override;
Service to URL-encode a string.
Definition URLEncoder.h:13
Libcurl implementation of tenduke::net::URLEncoder.
Definition LibcurlURLEncoder.h:13
std::string encode(const std::string &stringToEncode) const override
URL-encodes given string.
Definition LibcurlURLEncoder.cpp:11
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4