#include <RequestHandlersImpl.h>
|
| FunctionRequestHandler (WebServer::THandlerFunction fn, WebServer::THandlerFunction ufn, const String &uri, HTTPMethod method) |
|
bool | canHandle (HTTPMethod requestMethod, String requestUri) override |
|
bool | canUpload (String requestUri) override |
|
bool | handle (WebServer &server, HTTPMethod requestMethod, String requestUri) override |
|
void | upload (WebServer &server, String requestUri, HTTPUpload &upload) override |
|
Public Member Functions inherited from RequestHandler |
virtual | ~RequestHandler () |
|
virtual bool | canHandle (HTTPMethod method, String uri) |
|
virtual bool | canUpload (String uri) |
|
virtual bool | handle (WebServer &server, HTTPMethod requestMethod, String requestUri) |
|
virtual void | upload (WebServer &server, String requestUri, HTTPUpload &upload) |
|
RequestHandler * | next () |
|
void | next (RequestHandler *r) |
|
Definition at line 7 of file RequestHandlersImpl.h.
◆ FunctionRequestHandler()
◆ canHandle()
bool FunctionRequestHandler::canHandle |
( |
HTTPMethod |
requestMethod, |
|
|
String |
requestUri |
|
) |
| |
|
inlineoverridevirtual |
◆ canUpload()
bool FunctionRequestHandler::canUpload |
( |
String |
requestUri | ) |
|
|
inlineoverridevirtual |
◆ handle()
bool FunctionRequestHandler::handle |
( |
WebServer & |
server, |
|
|
HTTPMethod |
requestMethod, |
|
|
String |
requestUri |
|
) |
| |
|
inlineoverridevirtual |
◆ upload()
void FunctionRequestHandler::upload |
( |
WebServer & |
server, |
|
|
String |
requestUri, |
|
|
HTTPUpload & |
upload |
|
) |
| |
|
inlineoverridevirtual |
◆ _fn
◆ _method
◆ _ufn
◆ _uri
String FunctionRequestHandler::_uri |
|
protected |
The documentation for this class was generated from the following file: