5#ifndef CPSTATICSIMPLE_H
6#define CPSTATICSIMPLE_H
8#include <Cutelyst/context.h>
9#include <Cutelyst/cutelyst_global.h>
10#include <Cutelyst/plugin.h>
14class StaticSimplePrivate;
118 void setServeDirsOnly(
bool dirsOnly);
126 StaticSimplePrivate *d_ptr;
129 void beforePrepareAction(
Context *c,
bool *skipMethod);
The Cutelyst application.
Base class for Cutelyst Plugins.
Serve static files directly from your application.
The Cutelyst namespace holds all public Cutelyst API.