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

We read a single line. A terminating 0 is added to the string to make it compliant for c string functions. More...

#include <HttpLineReader.h>

Inheritance diagram for tinyhttp::HttpLineReader:
tinyhttp::HttpChunkReader

Public Member Functions

virtual int readlnInternal (Stream &client, uint8_t *str, int len, bool incl_nl=true)
 

Detailed Description

We read a single line. A terminating 0 is added to the string to make it compliant for c string functions.


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