You've already forked ArduinoHttpClient
mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-07-31 18:44:22 +03:00
Add ability to set response wait time
This commit is contained in:
@ -384,6 +384,7 @@ protected:
|
||||
// Stores the value of the current chunk length, if present
|
||||
int iChunkLength;
|
||||
uint32_t iHttpResponseTimeout;
|
||||
uint32_t iHttpWaitForDataDelay;
|
||||
bool iConnectionClose;
|
||||
bool iSendDefaultRequestHeaders;
|
||||
String iHeaderLine;
|
||||
|
Reference in New Issue
Block a user