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

◆ State

Enumerator
READ_REQUEST_LINE 
READ_HEADERS 
READ_BODY 
COMPLETE 

Definition at line 59 of file http_parser.h.

59 {
60 READ_REQUEST_LINE, // "POST /rpc HTTP/1.1\r\n"
61 READ_HEADERS, // "Header: Value\r\n" ... "\r\n"
62 READ_BODY, // Body content (chunked or Content-Length)
63 COMPLETE // Request fully parsed
64 };