Logo Pico-Framework A web-first embedded framework for C++
Loading...
Searching...
No Matches
HttpFileserver.h File Reference

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

Detailed Description

Author
Ian Archbell
Version
0.1
Date
2025-03-26
License:\n MIT License

Definition in file HttpFileserver.h.