11 #include "network/httprequesthandler/HTTPFileHandler.h" Definition: IHTTPRequestHandler.h:66
int GetPriority() const override
Returns the priority of the HTTP request handler.
Definition: HTTPVfsHandler.h:24
Definition: HTTPFileHandler.h:16
IHTTPRequestHandler * Create(const HTTPRequest &request) const override
Creates a new HTTP request handler for the given request.
Definition: HTTPVfsHandler.h:21
bool CanHandleRequest(const HTTPRequest &request) const override
Checks if the HTTP request handler can handle the given request.
Definition: HTTPVfsHandler.cpp:103
Definition: HTTPVfsHandler.h:15
Definition: IHTTPRequestHandler.h:85