mirror of
https://github.com/esp8266/Arduino.git
synced 2025-11-02 02:53:10 +03:00
add errorToString function
This commit is contained in:
@@ -147,6 +147,8 @@ class HTTPClient {
|
||||
int writeToStream(Stream * stream);
|
||||
String getString(void);
|
||||
|
||||
String errorToString(int error);
|
||||
|
||||
protected:
|
||||
|
||||
struct RequestArgument {
|
||||
|
||||
Reference in New Issue
Block a user