5#ifndef STATICCOMPRESSED_H
6#define STATICCOMPRESSED_H
8#include <Cutelyst/Plugin>
9#include <Cutelyst/Plugins/staticcompressed_export.h>
13class StaticCompressedPrivate;
205class CUTELYST_PLUGIN_STATICCOMPRESSED_EXPORT
275 void setServeDirsOnly(
bool dirsOnly);
286 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.