tufao  1.3.0
An asynchronous web framework for C++ built on top of Qt
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NTufaoThis is the namespace where all Tufão facilities are grouped
 CAbstractHttpServerRequestHandlerThis class provides an interface for HttpServerRequest handlers
 CAbstractHttpUpgradeHandlerThis class provides an interface for HTTP Upgrade handlers
 CAbstractMessageSocketThe Tufao::AbstractMessageSocket class represents a socket that sends and receives messages
 CClassHandlerThe ClassHandler class Define the interface to implement when creating a plugin
 CClassHandlerManagerThis class serves as the HttpServerRequestHandler for all ClassHandler plugins
 CClassHandlerPluginInfo
 CHeadersThis class provides a representation of HTTP headers
 CHttpFileServerYou can use this class to serve static files under Tufão
 CHttpPluginServerThis class provides a plugin-based request handler
 CHttpServerThe Tufao::HttpServer class provides an implementation of the HTTP protocol
 CHttpServerPluginThis class provides a factory interface to create request handlers and comunicate with factories of other plugins
 CHttpServerRequestThe Tufao::HttpServer represents a HTTP request received by Tufao::HttpServer
 CHttpServerRequestRouterThis class provides a robust and high performance HTTP request router
 CMappingThis class describes a request handler and a filter
 CHttpServerResponseThe Tufao::HttpServerResponse is used to respond to a Tufao::HttpServerRequest
 CHttpsServerTufao::HttpsServer is a subclass of Tufao::HttpServer that provides secure communication with the client
 CHttpUpgradeRouterThis class provides a robust and high performance HTTP request router
 CMappingThis class describes a request handler and a filter
 CIByteArrayThis class provides a case insensitive QByteArray
 CNotFoundHandlerA handler that responds with "Not found" to every request
 CSessionThis class provides easier access to the session's properties
 CPropertyWrapperProvides a object that give less verbose access to a session property
 CSessionSettingsExposes details that sessions use to handle cookies
 CSessionStoreSessionStore class can be used to store data that must persist among different requests
 CSimpleSessionStoreSimpleSessionStore implements a simple storage mechanism to SessionStore
 CUrlRewriterHandlerThis class provides a handler to internally (only seen by your application) rewrite the URL
 CWebSocketThis class represents a WebSocket connection