5#ifndef STATICCOMPRESSED_H
6#define STATICCOMPRESSED_H
8#include <Cutelyst/Plugin>
9#include <Cutelyst/cutelyst_global.h>
13class StaticCompressedPrivate;
153 void setIncludePaths(
const QStringList &paths);
159 void setDirs(
const QStringList &dirs);
170 QScopedPointer<StaticCompressedPrivate> d_ptr;
The Cutelyst Application.
Deliver static files compressed on the fly or precompressed.
The Cutelyst namespace holds all public Cutelyst API.