Writes the data chunked to the actual client. More...
#include <HttpChunkWriter.h>
Public Member Functions | |
int | writeChunk (Client &client, const char *str) |
int | writeChunk (Client &client, const char *str, int len, const char *str1=nullptr, int len1=0) |
void | writeEnd (Client &client) |
Writes the data chunked to the actual client.