1
0
mirror of https://github.com/arduino-libraries/ArduinoHttpClient.git synced 2025-04-19 21:22:15 +03:00

HttpClient: fix sendHeader docstring

This commit is contained in:
Johan Euphrosine 2018-06-16 03:04:02 +09:00 committed by Sandeep Mistry
parent acde3dce38
commit 1f81c4e8aa

View File

@ -166,7 +166,7 @@ public:
const byte aBody[] = NULL); const byte aBody[] = NULL);
/** Send an additional header line. This can only be called in between the /** Send an additional header line. This can only be called in between the
calls to startRequest and finishRequest. calls to beginRequest and endRequest.
@param aHeader Header line to send, in its entirety (but without the @param aHeader Header line to send, in its entirety (but without the
trailing CRLF. E.g. "Authorization: Basic YQDDCAIGES" trailing CRLF. E.g. "Authorization: Basic YQDDCAIGES"
*/ */