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"
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... | |