|
| WebsocketNode (const std::string &path, const WebsocketHandlerCreator creatorFunction, const std::string &tag="") |
|
WebsocketHandler * | newHandler () |
|
std::string | getMethod () |
|
| HTTPNode (const std::string &path, const HTTPNodeType nodeType, const std::string &tag="") |
|
bool | hasUrlParameter () |
|
uint8_t | getUrlParamCount () |
|
size_t | getParamIdx (uint8_t) |
|
std::vector< HTTPValidator * > * | getValidators () |
|
void | addURLParamValidator (uint8_t paramIdx, const HTTPValidationFunction *validator) |
|
The documentation for this class was generated from the following files:
- /home/frank/Projekte/esp32/https_server/esp32_https_server/src/WebsocketNode.hpp
- /home/frank/Projekte/esp32/https_server/esp32_https_server/src/WebsocketNode.cpp