QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

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.
 

Macros

#define _QX_HTTP_SERVER_H_
 

Typedefs

typedef std::shared_ptr< QxHttpServerqx::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.

Macro Definition Documentation

◆ _QX_HTTP_SERVER_H_

#define _QX_HTTP_SERVER_H_

Definition at line 38 of file QxHttpServer.h.

Typedef Documentation

◆ qx_http_server

Definition at line 133 of file QxHttpServer.h.