1#ifndef TENDUKE_NET_WIN_WIN32URLDECODER_H
2#define TENDUKE_NET_WIN_WIN32URLDECODER_H
4#include "net/URLDecoder.h"
6namespace tenduke {
namespace net {
namespace win {
16 const char *stringToDecode,
20 std::string
decode(
const char *value)
const override;
Service to URL-decode a string.
Definition URLDecoder.h:14
Win32 implementation of tenduke::net::URLDecoder.
Definition Win32URLDecoder.h:12
std::string decode(const char *stringToDecode, std::size_t len) const override
URL-decodes given string.
Definition Win32URLDecoder.cpp:15
Generic networking support.
Definition AbstractURLCodec.h:6
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4