#include <RequestHandler.h>
Definition at line 5 of file RequestHandler.h.
◆ ~RequestHandler()
virtual RequestHandler::~RequestHandler |
( |
| ) |
|
|
inlinevirtual |
◆ canHandle()
virtual bool RequestHandler::canHandle |
( |
HTTPMethod |
method, |
|
|
String |
uri |
|
) |
| |
|
inlinevirtual |
◆ canUpload()
virtual bool RequestHandler::canUpload |
( |
String |
uri | ) |
|
|
inlinevirtual |
◆ handle()
virtual bool RequestHandler::handle |
( |
WebServer & |
server, |
|
|
HTTPMethod |
requestMethod, |
|
|
String |
requestUri |
|
) |
| |
|
inlinevirtual |
◆ next() [1/2]
◆ next() [2/2]
◆ upload()
virtual void RequestHandler::upload |
( |
WebServer & |
server, |
|
|
String |
requestUri, |
|
|
HTTPUpload & |
upload |
|
) |
| |
|
inlinevirtual |
The documentation for this class was generated from the following file: