A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://fhessel.github.io/esp32_https_server/ValidatorFunctions_8hpp_source.html below:

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_ 3  4 #include <Arduino.h> 5 #include <string> 6 #undef max 7 #undef min 8 #include <functional> 9 #include <memory> 10 #include "HTTPValidator.hpp" 11 #include "util.hpp" 12  20 namespace httpsserver

{

21  25  bool validateNotEmpty

(std::string s);

26  33  bool validateUnsignedInteger

(std::string s);

34  35

}

36  37 #endif httpsserver::validateNotEmpty

bool validateNotEmpty(std::string s)

Built-in validator function: Checks that a string is not empty.

Definition: ValidatorFunctions.cpp:4

httpsserver::validateUnsignedInteger

bool validateUnsignedInteger(std::string s)

Built-in validator function: Checks that a value is a positive int

Definition: ValidatorFunctions.cpp:8

httpsserver

Definition: ConnectionContext.cpp:3


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4