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

◆ HttpRequestParser()

fl::HttpRequestParser::HttpRequestParser ( )

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

66 , mIsChunked(false)
67{
68}
fl::shared_ptr< net::http::ChunkedReader > mChunkedReader
Definition http_parser.h:77
fl::shared_ptr< HttpRequest > mRequest
Definition http_parser.h:76
shared_ptr< T > make_shared(Args &&... args) FL_NOEXCEPT
Definition shared_ptr.h:414

References fl::make_shared(), mChunkedReader, mContentLength, mIsChunked, mRequest, mState, and READ_REQUEST_LINE.

Referenced by feed().

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