8000 Remove unimplemented finishRequest from header · doYrobot/ArduinoHttpClient@70dc5ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 70dc5ee

Browse files
committed
Remove unimplemented finishRequest from header
1 parent 5df9084 commit 70dc5ee

File tree

Collapse file tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

HttpClient.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,6 @@ class HttpClient : public Client
148148
void sendBasicAuth(const String& aUser, const String& aPassword)
149149
{ sendBasicAuth(aUser.c_str(), aPassword.c_str()); }
150150

151-
/** Finish sending the HTTP request. This basically just sends the blank
152-
line to signify the end of the request
153-
*/
154-
void finishRequest();
155-
156151
/** Get the HTTP status code contained in the response.
157152
For example, 200 for successful request, 404 for file not found, etc.
158153
*/

0 commit comments

Comments
 (0)
0