You've already forked ArduinoHttpClient
mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-07-03 16:42:31 +03:00
Rename isChunked to isResponseChunked
This commit is contained in:
@ -270,7 +270,7 @@ public:
|
||||
/** Returns if the response body is chunked
|
||||
@return true if response body is chunked, false otherwise
|
||||
*/
|
||||
int isChunked() { return iIsChunked; }
|
||||
int isResponseChunked() { return iIsChunked; }
|
||||
|
||||
/** Return the response body as a String
|
||||
Also skips response headers if they have not been read already
|
||||
|
Reference in New Issue
Block a user