cutelyst 4.3.0
A C++ Web Framework built on top of Qt, using the simple approach of Catalyst (Perl) framework.
Plugins

Available plugins to extend Cutelyst. More...

Collaboration diagram for Plugins:

Modules

 Authentication
 Plugins and classes to authenticate users.
 
 Utils
 Utility plugins to extend Cutelyst.
 
 View
 Available view plugins for Cutelyst that render output.
 
 Session
 Plugins and classes to store and manage user sessions.
 

Namespaces

namespace  Cutelyst::UA
 Send network requests to other endpoints.
 

Classes

class  Cutelyst::CSRFProtection
 Protect input forms against Cross Site Request Forgery (CSRF/XSRF) attacks. More...
 
class  Cutelyst::Memcached
 Cutelyst Memcached plugin. More...
 
class  Cutelyst::StaticCompressed
 Serve static files compressed on the fly or pre-compressed. More...
 
class  Cutelyst::StaticSimple
 Serve static files directly from your application. More...
 
class  Cutelyst::StatusMessage
 Manage status messages over multiple requests stored in the Session. More...
 

Detailed Description