ESPHome  2024.5.0
Namespaces | Functions
utils.h File Reference

Go to the source code of this file.

Namespaces

 esphome
 This is a workaround until we can figure out a way to get the tflite-micro idf component code available in CI.
 
 esphome::web_server_idf
 

Functions

bool esphome::web_server_idf::request_has_header (httpd_req_t *req, const char *name)
 
optional< std::string > esphome::web_server_idf::request_get_header (httpd_req_t *req, const char *name)
 
optional< std::string > esphome::web_server_idf::request_get_url_query (httpd_req_t *req)
 
optional< std::string > esphome::web_server_idf::query_key_value (const std::string &query_url, const std::string &key)