Files | |
HttpFileserver.cpp | |
Implementation of file serving and directory listing over HTTP. | |
HttpServer.cpp | |
HTTP Server implementation with per-client task handling. | |
JwtAuthenticator.cpp | |
Implementation of JwtAuthenticator for JWT creation and validation. | |
Middleware.cpp | |
Predefined middleware implementations for logging and JWT authentication. | |
MultipartParser.cpp | |
Implementation of multipart/form-data parsing and file upload handling. | |
Router.cpp | |
HTTP routing with middleware and optional JWT-based authorization. | |