We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acde3dc commit 1f81c4eCopy full SHA for 1f81c4e
src/HttpClient.h
@@ -166,7 +166,7 @@ class HttpClient : public Client
166
const byte aBody[] = NULL);
167
168
/** Send an additional header line. This can only be called in between the
169
- calls to startRequest and finishRequest.
+ calls to beginRequest and endRequest.
170
@param aHeader Header line to send, in its entirety (but without the
171
trailing CRLF. E.g. "Authorization: Basic YQDDCAIGES"
172
*/
0 commit comments