FastLED 3.9.15
Loading...
Searching...
No Matches

◆ State

Enumerator
READ_STATUS_LINE 
READ_HEADERS 
READ_BODY 
COMPLETE 

Definition at line 122 of file http_parser.h.

122 {
123 READ_STATUS_LINE, // "HTTP/1.1 200 OK\r\n"
124 READ_HEADERS, // "Header: Value\r\n" ... "\r\n"
125 READ_BODY, // Body content (chunked or Content-Length)
126 COMPLETE // Response fully parsed
127 };