18 #ifndef CPSTATICSIMPLE_H 19 #define CPSTATICSIMPLE_H 21 #include <Cutelyst/cutelyst_global.h> 22 #include <Cutelyst/plugin.h> 23 #include <Cutelyst/context.h> 27 class StaticSimplePrivate;
59 StaticSimplePrivate *d_ptr;
62 void beforePrepareAction(
Context *c,
bool *skipMethod);
63 bool locateStaticFile(
Context *c,
const QString &relPath);
68 #endif // CPSTATICSIMPLE_H
The Cutelyst namespace holds all public Cutelyst API.
The Cutelyst Application.