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 all: Replace all uses of umodule in Python code. 2023-06-08 17:54:24 +10:00
http_server_simplistic.py all: Replace all uses of umodule in Python code. 2023-06-08 17:54:24 +10:00
http_server.py all: Replace all uses of umodule in Python code. 2023-06-08 17:54:24 +10:00
https_client_nonblocking.py examples/network: Support IPv4 and IPv6 in HTTP client examples. 2024-08-28 12:28:58 +10:00
https_client.py examples/network: Support full URLs in HTTP(S) client examples. 2024-08-28 12:28:58 +10:00
https_server.py examples/network: Rename SSL examples to start with https. 2024-05-13 11:35:41 +10:00