micropython/examples/network
Paul Sokolovsky 3d19adf9b3 examples/network: Split recv- and read-based HTTP servers.
Name recv() based a "simplistic", as it can't work robustly in every
environment. All this is to let people concentreate on proper, read()-
based one (and to turn recv() based into a "negative showcase",
explaining what are the pitfalls of such approach).
2016-08-06 01:59:51 +03:00
..
http_client.py examples/http_client*: Be sure to close socket. 2016-07-23 00:41:19 +03:00
http_client_ssl.py examples/http_client*: Be sure to close socket. 2016-07-23 00:41:19 +03:00
http_server.py examples/network: Split recv- and read-based HTTP servers. 2016-08-06 01:59:51 +03:00
http_server_simplistic.py examples/network: Split recv- and read-based HTTP servers. 2016-08-06 01:59:51 +03:00
http_server_simplistic_commented.py examples/network: Split recv- and read-based HTTP servers. 2016-08-06 01:59:51 +03:00
http_server_ssl.py examples/http_server*: Update for buffered-like streams (read line by line). 2016-07-10 23:01:52 +03:00