Webserv
Loading...
Searching...
No Matches
http::IHandler Class Reference

Abstract interface for all request handlers (Strategy Pattern). More...

#include <Handler.hpp>

Inheritance diagram for http::IHandler:
http::CGIHandler http::DirectoryListingHandler http::FileDeleteHandler http::FileUploadHandler http::HeadHeaderHandler http::ReturnHandler http::StaticFileHandler

Public Member Functions

virtual ~IHandler ()

Detailed Description

Abstract interface for all request handlers (Strategy Pattern).

Defines the contract for stateless handler objects that process HTTP requests.

Constructor & Destructor Documentation

◆ ~IHandler()

virtual http::IHandler::~IHandler ( )
inlinevirtual

The documentation for this class was generated from the following file: