23 #ifndef QHTTPENGINE_QFILESYSTEMHANDLER_H
24 #define QHTTPENGINE_QFILESYSTEMHANDLER_H
26 #include "qhttpengine.h"
27 #include "qhttphandler.h"
29 class QHTTPENGINE_EXPORT QFilesystemHandlerPrivate;
70 void setDocumentRoot(
const QString &documentRoot);
81 QFilesystemHandlerPrivate *
const d;
82 friend class QFilesystemHandlerPrivate;
85 #endif // QHTTPENGINE_QFILESYSTEMHANDLER_H
virtual void process(QHttpSocket *socket, const QString &path)
Process a request.
Implementation of the HTTP protocol.
Definition: qhttpsocket.h:88
Handler for filesystem requests.
Definition: qfilesystemhandler.h:48
Base class for HTTP handlers.
Definition: qhttphandler.h:71