micropython/examples/network
Damien George ba12cdba85 examples/network: Add testing key/cert to SSL HTTP server example.
This example will now work on all ports with networking and ssl support,
with both axtls and mbedtls.
2019-12-18 15:04:00 +11:00
..
http_client.py examples/http_client: Use read() instead of readall(). 2016-11-14 00:24:45 +03:00
http_client_ssl.py examples/network/http_client*: Use \r\n line-endings in request. 2016-10-09 19:36:04 +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/http_server_simplistic: Add "not suitable for real use" note. 2016-10-26 12:25:33 +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/network: Add testing key/cert to SSL HTTP server example. 2019-12-18 15:04:00 +11:00