11 #include "network/httprequesthandler/HTTPFileHandler.h" Definition: IHTTPRequestHandler.h:66
int GetPriority() const override
Returns the priority of the HTTP request handler.
Definition: HTTPImageHandler.h:24
bool CanHandleRequest(const HTTPRequest &request) const override
Checks if the HTTP request handler can handle the given request.
Definition: HTTPImageHandler.cpp:48
Definition: HTTPFileHandler.h:16
IHTTPRequestHandler * Create(const HTTPRequest &request) const override
Creates a new HTTP request handler for the given request.
Definition: HTTPImageHandler.h:21
int GetMaximumAgeForCaching() const override
Returns the maximum age (in seconds) for which the response can be cached.
Definition: HTTPImageHandler.h:25
Definition: HTTPImageHandler.h:15
Definition: IHTTPRequestHandler.h:85