ESPHome 2025.9.0-dev
Loading...
Searching...
No Matches
esphome::web_server Namespace Reference

Data Structures

class  DeferredUpdateEventSource
 
class  DeferredUpdateEventSourceList
 
class  ListEntitiesIterator
 
struct  SortingComponents
 
struct  SortingGroup
 
struct  UrlMatch
 Internal helper struct that is used to parse incoming URLs. More...
 
class  WebServer
 This class allows users to create a web server with their ESP nodes. More...
 
class  WebServerOTAComponent
 

Typedefs

using message_generator_t = std::string(WebServer *, void *)
 

Enumerations

enum  JsonDetail { DETAIL_ALL , DETAIL_STATE }
 

Variables

const uint8_t INDEX_GZ[] PROGMEM
 

Typedef Documentation

◆ message_generator_t

using esphome::web_server::message_generator_t = std::string(WebServer *, void *)

Definition at line 85 of file web_server.h.

Enumeration Type Documentation

◆ JsonDetail

Enumerator
DETAIL_ALL 
DETAIL_STATE 

Definition at line 74 of file web_server.h.

Variable Documentation

◆ PROGMEM

const uint8_t INDEX_GZ [] esphome::web_server::PROGMEM

Definition at line 12 of file server_index_v2.h.