ESPHome  2024.3.1
Namespaces | Functions
web_server.cpp 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
 

Functions

void esphome::web_server::write_row (AsyncResponseStream *stream, EntityBase *obj, const std::string &klass, const std::string &action, const std::function< void(AsyncResponseStream &stream, EntityBase *obj)> &action_func=nullptr)
 
UrlMatch esphome::web_server::match_url (const std::string &url, bool only_domain=false)