tufao
1.3.0
An asynchronous web framework for C++ built on top of Qt
|
Go to the source code of this file.
Classes | |
class | Tufao::HttpServerPlugin |
This class provides a factory interface to create request handlers and comunicate with factories of other plugins. More... | |
Namespaces | |
Tufao | |
This is the namespace where all Tufão facilities are grouped. | |
Macros | |
#define | TUFAO_HTTPSERVERPLUGIN_IID "Tufao::HttpServerPlugin/1.0" |
This definition stores the Tufao::HttpServerPlugin interface IID. More... | |
#define TUFAO_HTTPSERVERPLUGIN_IID "Tufao::HttpServerPlugin/1.0" |
This definition stores the Tufao::HttpServerPlugin interface IID.
When you define a plugin, you'll use this macro as the IID argument of Q_PLUGIN_METADATA macro to tell the class is implementing the Tufao::HttpServerPlugin interface. Example: