tufao
1.3.0
An asynchronous web framework for C++ built on top of Qt
|
▼NTufao | This is the namespace where all Tufão facilities are grouped |
CAbstractHttpServerRequestHandler | This class provides an interface for HttpServerRequest handlers |
CAbstractHttpUpgradeHandler | This class provides an interface for HTTP Upgrade handlers |
CAbstractMessageSocket | The Tufao::AbstractMessageSocket class represents a socket that sends and receives messages |
CClassHandler | The ClassHandler class Define the interface to implement when creating a plugin |
CClassHandlerManager | This class serves as the HttpServerRequestHandler for all ClassHandler plugins |
CClassHandlerPluginInfo | |
CHeaders | This class provides a representation of HTTP headers |
CHttpFileServer | You can use this class to serve static files under Tufão |
CHttpPluginServer | This class provides a plugin-based request handler |
CHttpServer | The Tufao::HttpServer class provides an implementation of the HTTP protocol |
CHttpServerPlugin | This class provides a factory interface to create request handlers and comunicate with factories of other plugins |
CHttpServerRequest | The Tufao::HttpServer represents a HTTP request received by Tufao::HttpServer |
▼CHttpServerRequestRouter | This class provides a robust and high performance HTTP request router |
CMapping | This class describes a request handler and a filter |
CHttpServerResponse | The Tufao::HttpServerResponse is used to respond to a Tufao::HttpServerRequest |
CHttpsServer | Tufao::HttpsServer is a subclass of Tufao::HttpServer that provides secure communication with the client |
▼CHttpUpgradeRouter | This class provides a robust and high performance HTTP request router |
CMapping | This class describes a request handler and a filter |
CIByteArray | This class provides a case insensitive QByteArray |
CNotFoundHandler | A handler that responds with "Not found" to every request |
▼CSession | This class provides easier access to the session's properties |
CPropertyWrapper | Provides a object that give less verbose access to a session property |
CSessionSettings | Exposes details that sessions use to handle cookies |
CSessionStore | SessionStore class can be used to store data that must persist among different requests |
CSimpleSessionStore | SimpleSessionStore implements a simple storage mechanism to SessionStore |
CUrlRewriterHandler | This class provides a handler to internally (only seen by your application) rewrite the URL |
CWebSocket | This class represents a WebSocket connection |