File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,6 @@ class HttpClient : public Client
48
48
HttpClient (Client& aClient, const String& aServerName, uint16_t aServerPort = kHttpPort );
49
49
HttpClient (Client& aClient, const IPAddress& aServerAddress, uint16_t aServerPort = kHttpPort );
50
50
51
- /* * Enables connection keep-alive mode
52
- */
53
- void connectionKeepAlive ();
54
-
55
- /* * Disables sending the default request headers (Host and User Agent)
56
- */
57
- void noDefaultRequestHeaders ();
58
-
59
51
/* * Start a more complex request.
60
52
Use this when you need to send additional headers in the request,
61
53
but you will also need to call endRequest() when you are finished.
@@ -215,6 +207,14 @@ class HttpClient : public Client
215
207
*/
216
208
int contentLength ();
217
209
210
+ /* * Enables connection keep-alive mode
211
+ */
212
+ void connectionKeepAlive ();
213
+
214
+ /* * Disables sending the default request headers (Host and User Agent)
215
+ */
216
+ void noDefaultRequestHeaders ();
217
+
218
218
// Inherited from Print
219
219
// Note: 1st call to these indicates the user is sending the body, so if need
220
220
// Note: be we should finish the header first
You can’t perform that action at this time.
0 commit comments