1#ifndef TENDUKE_NET_CURL_LIBCURLURLENCODER_H
2#define TENDUKE_NET_CURL_LIBCURLURLENCODER_H
4#include "net/URLEncoder.h"
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
libcurl based implementation of generic network services.
Definition LibcurlURL.h:8
Generic networking support.
Definition MalformedURLException.h:6
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4