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/HTTPValidator_8hpp_source.html below:

ESP32 HTTPS Server: /home/frank/Projekte/esp32/https_server/esp32_https_server/src/HTTPValidator.hpp Source File

1 #ifndef SRC_HTTPVALIDATOR_HPP_ 2 #define SRC_HTTPVALIDATOR_HPP_ 3  4 #include <string> 5  6 namespace httpsserver

{

7  8 typedef

bool (HTTPValidationFunction)(std::string);

9  13 class HTTPValidator

{

14 public

:

15  HTTPValidator

(

const

uint8_t idx,

const

HTTPValidationFunction * validatorFunction);

16  virtual

~

HTTPValidator

();

17  const

uint8_t _idx;

18  const

HTTPValidationFunction * _validatorFunction;

19

};

20  21

}

/* namespace httpsserver */ 22  23 #endif /* SRC_HTTPVALIDATOR_HPP_ */ httpsserver

Definition: ConnectionContext.cpp:3

httpsserver::HTTPValidator

Internal representation of a validator function.

Definition: HTTPValidator.hpp:13


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