tinyhttp
Public Member Functions | List of all members
tinyhttp::HttpChunkWriter Class Reference

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)
 

Detailed Description

Writes the data chunked to the actual client.


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