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