Webserv
Loading...
Searching...
No Matches
Handler.hpp File Reference

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