5#ifndef STATICCOMPRESSED_H
6#define STATICCOMPRESSED_H
8#include <Cutelyst/Plugin>
9#include <Cutelyst/Plugins/staticcompressed_export.h>
13class StaticCompressedPrivate;
199class CUTELYST_PLUGIN_STATICCOMPRESSED_EXPORT
269 void setServeDirsOnly(
bool dirsOnly);
280 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
The Cutelyst namespace holds all public Cutelyst API.