1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-11-22 09:02:33 +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.