1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-04-19 21:22:15 +03:00

Add connectionKeepAlive to keywords.txt and add comment for it

This commit is contained in:
Sandeep Mistry 2016-06-17 15:20:16 -04:00
parent 91ea1fd8fa
commit f12a797fb3
2 changed files with 3 additions and 0 deletions

View File

@ -48,6 +48,8 @@ public:
HttpClient(Client& aClient, const String& aServerName, uint16_t aServerPort = kHttpPort);
HttpClient(Client& aClient, const IPAddress& aServerAddress, uint16_t aServerPort = kHttpPort);
/** Enables connection keep-alive mode
*/
void connectionKeepAlive();
/** Start a more complex request.

View File

@ -28,6 +28,7 @@ endOfHeadersReached KEYWORD2
endOfBodyReached KEYWORD2
completed KEYWORD2
contentLength KEYWORD2
connectionKeepAlive KEYWORD2
headerAvailable KEYWORD2
readHeaderName KEYWORD2
readHeaderValue KEYWORD2