1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00
This commit is contained in:
A C SREEDHAR REDDY
2018-11-07 19:43:20 +05:30
committed by Develo
parent 233d3e3b5e
commit 4726a2501a

View File

@ -117,7 +117,7 @@ In the next steps we should execute GET command. This is done is similar way as
After sending the request we should wait for a reply and then process received information.
Out of received replay we can skip response header. This can be done by reading until an empty line ``"\r"`` that marks the end of the header:
Out of received reply we can skip response header. This can be done by reading until an empty line ``"\r"`` that marks the end of the header:
.. code:: cpp