QxOrm  1.4.9
C++ Object Relational Mapping library

HTTP server which manages connections in a multi-threaded environment (support SSL/TLS, persistent connection, etc...) : https://www.qxorm.com/qxorm_en/manual.html#manual_96. More...

Go to the source code of this file.

Classes

class  qx::QxHttpServer
 qx::QxHttpServer : HTTP server which manages connections in a multi-threaded environment (support SSL/TLS, persistent connection, etc...) : https://www.qxorm.com/qxorm_en/manual.html#manual_96 More...

Namespaces

namespace  qx
 

Root namespace for all QxOrm library features.


Defines

#define _QX_HTTP_SERVER_H_

Typedefs

typedef std::shared_ptr
< QxHttpServer > 
qx::QxHttpServer_ptr
typedef qx::QxHttpServer qx_http_server

Detailed Description

HTTP server which manages connections in a multi-threaded environment (support SSL/TLS, persistent connection, etc...) : https://www.qxorm.com/qxorm_en/manual.html#manual_96.

Author:
Lionel Marty

Definition in file QxHttpServer.h.


Define Documentation

#define _QX_HTTP_SERVER_H_

Definition at line 38 of file QxHttpServer.h.


Typedef Documentation

Definition at line 133 of file QxHttpServer.h.