summaryrefslogtreecommitdiff
path: root/examples/network/http_client_ssl.py
AgeCommit message (Expand)Author
2024-05-13examples/network: Rename SSL examples to start with https.Damien George
2023-06-08all: Replace all uses of umodule in Python code.Jim Mussared
2016-10-09examples/network/http_client*: Use \r\n line-endings in request.Paul Sokolovsky
2016-07-23examples/http_client*: Be sure to close socket.Paul Sokolovsky
2016-05-03examples/network/: Use getaddrinfo() result in easy way.Paul Sokolovsky
2016-04-02examples/http_client_ssl.py: HTTPS client example.Paul Sokolovsky