tufao
0.8.1
An asynchronous web framework for C++ built on top of Qt
|
Tufao::AbstractHttpServerRequestHandlerFactory | This class provides an factory interface to create AbstractHttpServerRequestHandler objects |
Tufao::Session::PropertyWrapper | Provides a object that give less verbose access to a session property |
QByteArray | |
Tufao::IByteArray | This class provides a case insensitive QByteArray |
QMultiMap | |
Tufao::Headers | This class provides a representation of HTTP headers |
QObject | |
Tufao::AbstractHttpServerRequestHandler | This class provides an interface for HttpServerRequest handlers |
Tufao::HttpFileServer | You can use this class to serve static files under Tufão |
Tufao::HttpPluginServer | This class provides a plugin-based request handler |
Tufao::HttpServerRequestRouter | This class provides a robust and high performance HTTP request router |
Tufao::UrlRewriterHandler | This class provides a handler to internally (only seen by your application) rewrite the URL |
Tufao::AbstractHttpUpgradeHandler | This class provides an interface for HTTP upgrade handlers |
Tufao::HttpUpgradeRouter | This class provides a robust and high performance HTTP upgrade router |
Tufao::AbstractMessageSocket | The Tufao::AbstractMessageSocket class represents a socket that sends and receives messages |
Tufao::WebSocket | This class represents a WebSocket connection |
Tufao::HttpServer | The Tufao::HttpServer class provides an implementation of the HTTP protocol |
Tufao::HttpsServer | Tufao::HttpsServer is a subclass of Tufao::HttpServer that provides secure communication with the client |
Tufao::HttpServerRequest | The Tufao::HttpServer represents a HTTP request received by Tufao::HttpServer |
Tufao::HttpServerResponse | The Tufao::HttpServerResponse is used to respond to a Tufao::HttpServerRequest |
Tufao::SessionStore | SessionStore class can be used to store data that must persist among different requests |
Tufao::SimpleSessionStore | SimpleSessionStore implements a simple storage mechanism to SessionStore |
Tufao::Session | This class provides easier access to the session's properties |
Tufao::SessionSettings | Exposes details that sessions use to handle cookies |
Tufao::Url | This class provides a convenient interface for parsing URLs |