1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-28 05:01:28 +03:00

Add writeToPrint to ESP8266HTTPClient (#8056)

This commit is contained in:
Claus Näveke
2021-09-04 19:46:47 +02:00
committed by GitHub
parent d3f16b3177
commit 140d0ffde1
2 changed files with 14 additions and 3 deletions

View File

@ -215,6 +215,7 @@ public:
WiFiClient& getStream(void);
WiFiClient* getStreamPtr(void);
int writeToPrint(Print* print);
int writeToStream(Stream* stream);
const String& getString(void);
static String errorToString(int error);