We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bf46f commit 89a5f5eCopy full SHA for 89a5f5e
libraries/ESP8266HTTPClient/src/ESP8266HTTPClient.h
@@ -242,7 +242,8 @@ class HTTPClient : public Stream
242
bool sendHeader(const char * type);
243
bool endRequest(void);
244
int handleHeaderResponse();
245
- int writeToStreamDataBlock(Stream * stream, int len);
+ bool readChunkHeader(bool blocking = true);
246
+ bool readChunkTrailer(bool blocking = true);
247
248
// The common pattern to use the class is to
249
// {
0 commit comments