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

◆ HttpResponseParser()

fl::HttpResponseParser::HttpResponseParser ( )

Definition at line 289 of file http_parser.cpp.hpp.

293 , mContentLength(0)
294 , mIsChunked(false)
295{
296}
fl::shared_ptr< HttpResponse > mResponse
fl::shared_ptr< net::http::ChunkedReader > mChunkedReader
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414

References fl::make_shared(), mChunkedReader, mContentLength, mIsChunked, mResponse, mState, and READ_STATUS_LINE.

Referenced by feed().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: