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:
parent
acde3dce38
commit
1f81c4e8aa
@ -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"
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user