|
ESP32 HTTPS Server
|
This class represents a resolved resource, meaning the result of mapping a string URL to an HTTPNode. More...
#include <ResolvedResource.hpp>
Public Member Functions | |
| void | setMatchingNode (HTTPNode *node) |
| HTTPNode * | getMatchingNode () |
| bool | didMatch () |
| ResourceParameters * | getParams () |
| void | setParams (ResourceParameters *params) |
This class represents a resolved resource, meaning the result of mapping a string URL to an HTTPNode.