Processing of a single stream to a single client. In the loop we can simply provide individual small chunks until we are done. More...
#include <HttpStreamCopy.h>
Public Member Functions | |
HttpStreamCopy (Stream &input, WiFiClient &client, int outputSize=215) | |
void | doLoop () |
bool | isOpen () |
Protected Member Functions | |
void | close () |
Protected Attributes | |
Client * | client_ptr |
Stream * | input_ptr |
bool | is_open |
int | output_size |
HttpChunkWriter | writer |
Processing of a single stream to a single client. In the loop we can simply provide individual small chunks until we are done.
We work on a copy of the WiFiClient