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)
 

Detailed Description

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: