QHttpEngine
1.0.0
Simple and secure HTTP server for Qt applications
|
This is the complete list of members for QHttpEngine::FilesystemHandler, including all inherited members.
addMiddleware(Middleware *middleware) | QHttpEngine::Handler | |
addRedirect(const QRegExp &pattern, const QString &path) | QHttpEngine::Handler | |
addSubHandler(const QRegExp &pattern, Handler *handler) | QHttpEngine::Handler | |
FilesystemHandler(QObject *parent=0) | QHttpEngine::FilesystemHandler | explicit |
FilesystemHandler(const QString &documentRoot, QObject *parent=0) | QHttpEngine::FilesystemHandler | |
FilesystemHandlerPrivate (defined in QHttpEngine::FilesystemHandler) | QHttpEngine::FilesystemHandler | friend |
Handler(QObject *parent=0) | QHttpEngine::Handler | explicit |
process(Socket *socket, const QString &path) | QHttpEngine::FilesystemHandler | protectedvirtual |
route(Socket *socket, const QString &path) | QHttpEngine::Handler | |
setDocumentRoot(const QString &documentRoot) | QHttpEngine::FilesystemHandler |