23#ifndef QHTTPENGINE_FILESYSTEMHANDLER_H
24#define QHTTPENGINE_FILESYSTEMHANDLER_H
26#include <qhttpengine/handler.h>
28#include "qhttpengine_export.h"
33class QHTTPENGINE_EXPORT FilesystemHandlerPrivate;
84 FilesystemHandlerPrivate *
const d;
85 friend class FilesystemHandlerPrivate;
virtual void process(Socket *socket, const QString &path)
Reimplementation of [Handler::process()](QHttpEngine::Handler::process)
FilesystemHandler(QObject *parent=0)
Create a new filesystem handler.
FilesystemHandler(const QString &documentRoot, QObject *parent=0)
Create a new filesystem handler from the specified directory.
void setDocumentRoot(const QString &documentRoot)
Set the document root.
Handler(QObject *parent=0)
Base constructor for a handler.
Implementation of the HTTP protocol.
Definition socket.h:97