httpd_data is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxRelatedReferences

Fields

Field
Declared as
Description
HTTPD server configuration.
int
Server listener FD.
int
Ctrl message receiver FD.
int
Ctrl message sender FD.
struct thread_data
Information for the HTTPD thread.
struct sock_db *
The socket database.
int
The number of the active sockets.
Registered URI handlers.
struct httpd_req
The current HTTPD request.
Additional data about the HTTPD request kept unexposed.
uint64_t
LRU counter.

References

from examples