We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91ea1fd commit f12a797Copy full SHA for f12a797
HttpClient.h
@@ -48,6 +48,8 @@ class HttpClient : public Client
48
HttpClient(Client& aClient, const String& aServerName, uint16_t aServerPort = kHttpPort);
49
HttpClient(Client& aClient, const IPAddress& aServerAddress, uint16_t aServerPort = kHttpPort);
50
51
+ /** Enables connection keep-alive mode
52
+ */
53
void connectionKeepAlive();
54
55
/** Start a more complex request.
keywords.txt
@@ -28,6 +28,7 @@ endOfHeadersReached KEYWORD2
28
endOfBodyReached KEYWORD2
29
completed KEYWORD2
30
contentLength KEYWORD2
31
+connectionKeepAlive KEYWORD2
32
headerAvailable KEYWORD2
33
readHeaderName KEYWORD2
34
readHeaderValue KEYWORD2
0 commit comments