tufao  0.8.1
An asynchronous web framework for C++ built on top of Qt
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
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
 oNQueryStringThis namespace provides utilities for dealing with query strings
 oCAbstractHttpServerRequestHandlerThis class provides an interface for HttpServerRequest handlers
 oCAbstractHttpServerRequestHandlerFactoryThis class provides an factory interface to create AbstractHttpServerRequestHandler objects
 oCAbstractHttpUpgradeHandlerThis class provides an interface for HTTP upgrade handlers
 oCAbstractMessageSocketThe Tufao::AbstractMessageSocket class represents a socket that sends and receives messages
 oCHeadersThis class provides a representation of HTTP headers
 oCHttpFileServerYou can use this class to serve static files under Tufão
 oCHttpPluginServerThis class provides a plugin-based request handler
 oCHttpServerThe Tufao::HttpServer class provides an implementation of the HTTP protocol
 oCHttpServerRequestThe Tufao::HttpServer represents a HTTP request received by Tufao::HttpServer
 oCHttpServerRequestRouterThis class provides a robust and high performance HTTP request router
 oCHttpServerResponseThe Tufao::HttpServerResponse is used to respond to a Tufao::HttpServerRequest
 oCHttpsServerTufao::HttpsServer is a subclass of Tufao::HttpServer that provides secure communication with the client
 oCHttpUpgradeRouterThis class provides a robust and high performance HTTP upgrade router
 oCIByteArrayThis class provides a case insensitive QByteArray
 oCSessionThis class provides easier access to the session's properties
 |\CPropertyWrapperProvides a object that give less verbose access to a session property
 oCSessionSettingsExposes details that sessions use to handle cookies
 oCSessionStoreSessionStore class can be used to store data that must persist among different requests
 oCSimpleSessionStoreSimpleSessionStore implements a simple storage mechanism to SessionStore
 oCUrlThis class provides a convenient interface for parsing URLs
 oCUrlRewriterHandlerThis class provides a handler to internally (only seen by your application) rewrite the URL
 \CWebSocketThis class represents a WebSocket connection