6 #ifndef STATICFILECONTROLLER_H
7 #define STATICFILECONTROLLER_H
16 namespace stefanfrings {
86 int maxCachedFileSize;
89 QCache<QString,CacheEntry> cache;
95 void setContentType(
const QString file,
HttpResponse &response)
const;
The request handler generates a response for each HTTP request.
This object represents a single HTTP request.
This object represents a HTTP response, used to return something to the web client.