ESP32 HTTPS Server: /home/frank/Projekte/esp32/https_server/esp32_https_server/src/ValidatorFunctions.hpp Source File
1 #ifndef SRC_VALIDATORFUNCTIONS_HPP_
2 #define SRC_VALIDATORFUNCTIONS_HPP_
10 #include "HTTPValidator.hpp"
bool validateNotEmpty(std::string s)
Built-in validator function: Checks that a string is not empty.
Definition: ValidatorFunctions.cpp:4
bool validateUnsignedInteger(std::string s)
Built-in validator function: Checks that a value is a positive int
Definition: ValidatorFunctions.cpp:8
Definition: ConnectionContext.cpp:3