arduino-audio-tools
Loading...
Searching...
No Matches
Public Member Functions | List of all members
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 HttpLineReader:
HttpChunkReader

Public Member Functions

 HttpLineReader ()
 
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.

Author
Phil Schatzmann

Constructor & Destructor Documentation

◆ HttpLineReader()

HttpLineReader ( )
inline

Member Function Documentation

◆ readlnInternal()

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

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