You've already forked ArduinoHttpClient
mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-08-02 06:06:32 +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
|
// Stores the value of the current chunk length, if present
|
||||||
int iChunkLength;
|
int iChunkLength;
|
||||||
uint32_t iHttpResponseTimeout;
|
uint32_t iHttpResponseTimeout;
|
||||||
|
uint32_t iHttpWaitForDataDelay;
|
||||||
bool iConnectionClose;
|
bool iConnectionClose;
|
||||||
bool iSendDefaultRequestHeaders;
|
bool iSendDefaultRequestHeaders;
|
||||||
String iHeaderLine;
|
String iHeaderLine;
|
||||||
|
Reference in New Issue
Block a user