23 #ifndef QHTTPENGINE_FILESYSTEMHANDLER_H
24 #define QHTTPENGINE_FILESYSTEMHANDLER_H
26 #include <qhttpengine/handler.h>
28 #include "qhttpengine_export.h"
33 class QHTTPENGINE_EXPORT FilesystemHandlerPrivate;
73 void setDocumentRoot(
const QString &documentRoot);
80 virtual void process(
Socket *socket,
const QString &path);
84 FilesystemHandlerPrivate *
const d;
85 friend class FilesystemHandlerPrivate;
90 #endif // QHTTPENGINE_FILESYSTEMHANDLER_H
Base class for HTTP handlers.
Definition: handler.h:77
Handler for filesystem requests
Definition: filesystemhandler.h:51
Implementation of the HTTP protocol.
Definition: socket.h:96