10Duke Scale C++ Client
Loading...
Searching...
No Matches
tenduke::http::server Namespace Reference

Detailed Description

Simple HTTP-server.

Implementation of very simple HTTP-server, used for "OS-browser with loopback redirect" -login.

Classes

class  AbstractHTTPServer
 Abstract base class of a HTTP server. More...
 
class  HTTPRequest
 A HTTP-request parsed by HTTP server. More...
 
class  HTTPRequestHandler
 Service interface for handling a HTTP request. More...
 
class  HTTPResponse
 HTTP-response to be returned by a HTTP server. More...
 
class  HTTPServer
 Interface for simple HTTPServer. More...
 
class  HTTPServerFactory
 Creates HTTPServer. More...
 

Variables

const std::uint16_t RANDOM_AVAILABLE_PORT = 0
 Magic value to indicate "random available port".