5#ifndef STATICCOMPRESSED_H
6#define STATICCOMPRESSED_H
8#include <Cutelyst/Plugin>
9#include <Cutelyst/cutelyst_global.h>
13class StaticCompressedPrivate;
176class CUTELYST_PLUGIN_STATICCOMPRESSED_EXPORT
246 void setServeDirsOnly(
bool dirsOnly);
257 std::unique_ptr<StaticCompressedPrivate> d_ptr;
The Cutelyst application.
Base class for Cutelyst Plugins.
Serve static files compressed on the fly or pre-compressed.
~StaticCompressed() override
StaticCompressed(Application *parent, const QVariantMap &defaultConfig)
The Cutelyst namespace holds all public Cutelyst API.