Webserv
|
#include "config/LocationBlock.hpp"
#include "config/ServerBlock.hpp"
#include "http/HttpRequest.hpp"
#include "HttpResponse.hpp"
#include "RouterResult.hpp"
#include "http/MimeTypes.hpp"
Go to the source code of this file.
Classes | |
class | http::IHandler |
Abstract interface for all request handlers (Strategy Pattern). More... | |
class | http::StaticFileHandler |
Handles serving static files from the filesystem. More... | |
class | http::NotFoundHandler |
Handles the generation of not found(404). More... | |
class | http::CGIHandler |
Handles the execution of CGI scripts. More... | |
class | http::DefaultErrorHandler |
Handles the execution of CGI scripts. More... |
Namespaces | |
namespace | http |