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

add errorToString function

This commit is contained in:
Markus Sattler
2015-12-09 13:01:08 +01:00
parent 1dabac60a9
commit b1e3d2256a
5 changed files with 32 additions and 3 deletions

View File

@ -147,6 +147,8 @@ class HTTPClient {
int writeToStream(Stream * stream);
String getString(void);
String errorToString(int error);
protected:
struct RequestArgument {