FastLED
3.9.15
Loading...
Searching...
No Matches
◆
State
enum
fl::HttpResponseParser::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
};
fl::HttpResponseParser::READ_STATUS_LINE
@ READ_STATUS_LINE
Definition
http_parser.h:123
fl::HttpResponseParser::READ_HEADERS
@ READ_HEADERS
Definition
http_parser.h:124
fl::HttpResponseParser::COMPLETE
@ COMPLETE
Definition
http_parser.h:126
fl::HttpResponseParser::READ_BODY
@ READ_BODY
Definition
http_parser.h:125
fl
HttpResponseParser
Generated on Tue Jun 16 2026 00:07:05 for FastLED by
1.13.2