HTTP file server and file handling helpers for static content. More...
#include <string>#include <vector>#include "http/HttpRequest.h"#include "http/HttpResponse.h"#include "storage/StorageManager.h"#include "http/RouteTypes.h"
Include dependency graph for HttpFileserver.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | FileHandler |
| Helper class for accessing the file system and serving file content. More... | |
| class | HttpFileserver |
| HTTP-level controller for serving static files and directory listings. More... | |