FastLED
3.9.15
Loading...
Searching...
No Matches
◆
State
enum
fl::HttpRequestParser::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
};
fl::HttpRequestParser::COMPLETE
@ COMPLETE
Definition
http_parser.h:63
fl::HttpRequestParser::READ_HEADERS
@ READ_HEADERS
Definition
http_parser.h:61
fl::HttpRequestParser::READ_REQUEST_LINE
@ READ_REQUEST_LINE
Definition
http_parser.h:60
fl::HttpRequestParser::READ_BODY
@ READ_BODY
Definition
http_parser.h:62
fl
HttpRequestParser
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2