Skip to content

Commit 1f81c4e

Browse files
proppysandeepmistry
authored andcommitted
HttpClient: fix sendHeader docstring
1 parent acde3dc commit 1f81c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpClient.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ class HttpClient : public Client
166166
const byte aBody[] = NULL);
167167

168168
/** Send an additional header line. This can only be called in between the
169-
calls to startRequest and finishRequest.
169+
calls to beginRequest and endRequest.
170170
@param aHeader Header line to send, in its entirety (but without the
171171
trailing CRLF. E.g. "Authorization: Basic YQDDCAIGES"
172172
*/

0 commit comments

Comments
 (0)