Http might reply with chunks. So we need to dechunk the data. see https://en.wikipedia.org/wiki/Chunked_transfer_encoding.
More...
#include <HttpChunkReader.h>
Http might reply with chunks. So we need to dechunk the data. see https://en.wikipedia.org/wiki/Chunked_transfer_encoding.
- Author
- Phil Schatzmann
- Copyright
- GPLv3
◆ HttpChunkReader() [1/2]
◆ HttpChunkReader() [2/2]
constructor for processing final header information
◆ available()
◆ open()
◆ read()
◆ readChunkLen()
◆ readln()
◆ readlnInternal()
◆ removeCRLF()
◆ has_ended
◆ http_heaer_ptr
◆ open_chunk_len
The documentation for this class was generated from the following file: