ESPHome  2024.3.1
Data Structures | Namespaces | Enumerations | Variables
web_server.h File Reference

Go to the source code of this file.

Data Structures

struct  esphome::web_server::UrlMatch
 Internal helper struct that is used to parse incoming URLs. More...
 
class  esphome::web_server::WebServer
 This class allows users to create a web server with their ESP nodes. More...
 

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
 

Enumerations

enum  esphome::web_server::JsonDetail { esphome::web_server::DETAIL_ALL, esphome::web_server::DETAIL_STATE }
 

Variables

const uint8_t ESPHOME_WEBSERVER_INDEX_HTML [] PROGMEM
 
const size_t ESPHOME_WEBSERVER_INDEX_HTML_SIZE
 
const size_t ESPHOME_WEBSERVER_CSS_INCLUDE_SIZE
 
const size_t ESPHOME_WEBSERVER_JS_INCLUDE_SIZE
 

Variable Documentation

◆ ESPHOME_WEBSERVER_CSS_INCLUDE_SIZE

const size_t ESPHOME_WEBSERVER_CSS_INCLUDE_SIZE

◆ ESPHOME_WEBSERVER_INDEX_HTML_SIZE

const size_t ESPHOME_WEBSERVER_INDEX_HTML_SIZE

◆ ESPHOME_WEBSERVER_JS_INCLUDE_SIZE

const size_t ESPHOME_WEBSERVER_JS_INCLUDE_SIZE

◆ PROGMEM

const uint8_t ESPHOME_WEBSERVER_JS_INCLUDE [] PROGMEM

Definition at line 22 of file web_server.h.