5#ifndef STATICCOMPRESSED_H
6#define STATICCOMPRESSED_H
8#include <Cutelyst/Plugin>
9#include <Cutelyst/cutelyst_global.h>
13class StaticCompressedPrivate;
132class CUTELYST_PLUGIN_STATICCOMPRESSED_EXPORT
156 void setIncludePaths(
const QStringList &paths);
162 void setDirs(
const QStringList &dirs);
173 std::unique_ptr<StaticCompressedPrivate> d_ptr;
The Cutelyst Application.
Deliver static files compressed on the fly or precompressed.
~StaticCompressed() override
The Cutelyst namespace holds all public Cutelyst API.