tinyhttp
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
tinyhttp::HttpStreamCopy Class Reference

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

Clientclient_ptr
 
Streaminput_ptr
 
bool is_open
 
int output_size
 
HttpChunkWriter writer
 

Detailed Description

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


The documentation for this class was generated from the following file: