QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches
QxHttpServer : QxOrm library HTTP server (based on QxService module) : support SSL/TLS, persistent connection, deliver static files, REST API, etc...

Files

file  QxHttpCookie.h
 
file  QxHttpRequest.h
 HTTP request (headers + body)
 
file  QxHttpResponse.h
 HTTP response (headers + body)
 
file  QxHttpServer.h
 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.
 
file  QxHttpSession.h
 HTTP session (https://www.qxorm.com/qxorm_en/manual.html#manual_998)
 
file  QxHttpSessionManager.h
 HTTP session manager (https://www.qxorm.com/qxorm_en/manual.html#manual_998)
 
file  QxHttpTransaction.h
 HTTP transaction (contains request from client and reply from server)
 

Classes

struct  qx::QxHttpCookie
 qx::QxHttpCookie : HTTP cookie (https://www.qxorm.com/qxorm_en/manual.html#manual_999) More...
 
class  qx::QxHttpRequest
 qx::QxHttpRequest : HTTP request (headers + body) More...
 
class  qx::QxHttpResponse
 qx::QxHttpResponse : HTTP response (headers + body) More...
 
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...
 
class  qx::QxHttpSession
 qx::QxHttpSession : HTTP session (https://www.qxorm.com/qxorm_en/manual.html#manual_998) More...
 
class  qx::QxHttpSessionManager
 qx::QxHttpSessionManager : HTTP session manager (https://www.qxorm.com/qxorm_en/manual.html#manual_998) More...
 
class  qx::QxHttpTransaction
 qx::QxHttpTransaction : HTTP transaction (contains request from client and reply from server) More...
 

Detailed Description