5 #ifndef STATICCOMPRESSED_H 6 #define STATICCOMPRESSED_H 8 #include <Cutelyst/Plugin> 9 #include <Cutelyst/Plugins/staticcompressed_export.h> 13 class StaticCompressedPrivate;
199 class CUTELYST_PLUGIN_STATICCOMPRESSED_EXPORT
200 StaticCompressed :
public Plugin
203 Q_DECLARE_PRIVATE(StaticCompressed)
204 Q_DISABLE_COPY(StaticCompressed)
209 explicit StaticCompressed(Application *parent);
219 StaticCompressed(Application *parent,
const QVariantMap &defaultConfig);
224 ~StaticCompressed()
override;
269 void setServeDirsOnly(
bool dirsOnly);
280 std::unique_ptr<StaticCompressedPrivate> d_ptr;
285 #endif // STATICCOMPRESSED_H The Cutelyst namespace holds all public Cutelyst API.
The Cutelyst application.