1#ifndef TENDUKE_NET_WIN_WIN32URLS_H
2#define TENDUKE_NET_WIN_WIN32URLS_H
4#include "net/SimpleURLService.h"
6#include "./Win32URLDecoder.h"
7#include "./Win32URLEncoder.h"
8#include "./Win32URLParser.h"
10namespace tenduke {
namespace net {
namespace win {
19 std::make_shared<::tenduke::net::win::Win32URLDecoder>(),
20 std::make_shared<::tenduke::net::win::Win32URLEncoder>(),
21 std::make_shared<::tenduke::net::win::Win32URLParser>()
Definition SimpleURLService.h:12
Generic networking support.
Definition AbstractURLCodec.h:6
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4