10Duke Enterprise C++ Client
Loading...
Searching...
No Matches
UnixHTTPServer.h
1
#if defined(__APPLE__) || defined(__linux__) || defined(__unix__) || defined(_POSIX_VERSION) || defined(__ANDROID__)
2
3
#ifndef TENDUKE_OSA_UNX_UNIXHTTPSERVER_H
4
#define TENDUKE_OSA_UNX_UNIXHTTPSERVER_H
5
6
#include "http/server/AbstractHTTPServer.h"
7
8
namespace
tenduke
{
namespace
osa {
namespace
unx {
9
10
class
UnixHTTPServer :
public
tenduke::http::server::AbstractHTTPServer
11
{
12
public
:
13
explicit
UnixHTTPServer(std::uint16_t port);
14
};
15
16
}}}
17
18
#endif
//TENDUKE_OSA_UNX_UNIXHTTPSERVER_H
19
20
#endif
// Only Unixes
tenduke::http::server::AbstractHTTPServer
Abstract base class of a HTTP server.
Definition
AbstractHTTPServer.h:20
tenduke
Root for classes, functions and globals of 10Duke C++ Client.
Definition
APIRequest.h:4
core
oidc
osbrowser
src
osa
unx
UnixHTTPServer.h
Generated by
1.9.8