summaryrefslogtreecommitdiff
path: root/docs/esp8266/tutorial/network_tcp.rst
AgeCommit message (Collapse)Author
2020-02-03docs/esp8266: In TCP tutorial, add HTTP response code and content-type.Jesse Andrews
Show how to send an HTTP response code and content-type. Without the response code Safari/iOS will fail. Without the content-type Lynx/Links will fail.
2019-12-04docs: Remove spaces on lines that are empty.Damien George
2019-10-16docs/esp8266/tutorial: Make http_get sample function self contained.Thiago Paes
2017-01-04docs/esp8266/tutorial: Close socket after reading page content.Max
2016-05-07Fix ESP8266 Network tutorialPaulus Schoutsen
The socket should either connect to `addr` or `addr_info[0][-1]`. Not to `addr[0][-1]`.
2016-05-03docs/esp8266: Add ESP8266 tutorial.Damien George