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

◆ hasChunk()

bool fl::net::http::ChunkedReader::hasChunk ( ) const

Definition at line 84 of file chunked_encoding.cpp.hpp.

84 {
85 return !mChunks.empty();
86}
fl::vector< fl::vector< u8 > > mChunks

References mChunks.