ESP32 HTTPS Server: httpsserver::ResolvedResource Class Reference

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)
 
HTTPNodegetMatchingNode ()
 
bool didMatch ()
 
ResourceParametersgetParams ()
 
void setParams (ResourceParameters *params)
 

This class represents a resolved resource, meaning the result of mapping a string URL to an HTTPNode.


The documentation for this class was generated from the following files:

  • /home/frank/Projekte/esp32/https_server/esp32_https_server/src/ResolvedResource.hpp
  • /home/frank/Projekte/esp32/https_server/esp32_https_server/src/ResolvedResource.cpp