micropython/examples/network
Damien George cc3550eeef examples/network: Add example of HTTPS client using non-blocking socket.
Non-blocking SSL streams can be difficult to get right, so provide a
working example, of a HTTPS client.

Signed-off-by: Damien George <damien@micropython.org>
2024-05-13 11:37:00 +10:00
..
http_client.py all: Replace all uses of umodule in Python code. 2023-06-08 17:54:24 +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: Add example of HTTPS client using non-blocking socket. 2024-05-13 11:37:00 +10:00
https_client.py examples/network: Rename SSL examples to start with https. 2024-05-13 11:35:41 +10:00
https_server.py examples/network: Rename SSL examples to start with https. 2024-05-13 11:35:41 +10:00