micropython/examples/network
Damien George fd03a0587f examples/network: Support full URLs in HTTP(S) client examples.
Not just the domain name.  This gives better HTTP 1.0 examples if someone
wants to copy them.

Signed-off-by: Damien George <damien@micropython.org>
2024-08-28 12:28:58 +10:00
..
http_client.py examples/network: Support full URLs in HTTP(S) client examples. 2024-08-28 12:28:58 +10:00
http_server_simplistic_commented.py
http_server_simplistic.py
http_server.py
https_client_nonblocking.py
https_client.py examples/network: Support full URLs in HTTP(S) client examples. 2024-08-28 12:28:58 +10:00
https_server.py