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()
returns the number of bytes which are still available in the current chunk
◆ open()
opens the chunk reader and reads the first chunk length
◆ read()
reads a block of data from the chunks
◆ readChunkLen()
◆ readln()
reads a single line from the chunks
◆ readlnInternal()
◆ removeCRLF()
◆ setTimeout()
Timout is just used for logging.
◆ has_ended
◆ http_header_ptr
◆ open_chunk_len
◆ timeout
The documentation for this class was generated from the following file: