1#ifndef TENDUKE_NET_ABSTRACTURLS_H
2#define TENDUKE_NET_ABSTRACTURLS_H
4#include "./AbstractURLCodec.h"
Base implementation of tenduke::net::URLCodec which provides base functionality and can be subclassed...
Definition AbstractURLCodec.h:12
Abstract base implementation of tenduke::net::URLs.
Definition AbstractURLs.h:13
::tenduke::net::URLBuilder newURL() const override
Starts building a new URL.
Definition AbstractURLs.cpp:9
Very simple URL-builder.
Definition URLBuilder.h:23
URL-related functionality.
Definition URLs.h:14
Generic networking support.
Definition AbstractURLCodec.h:6
Root for classes, functions and globals of 10Duke C++ Client.
Definition APIRequest.h:4