summaryrefslogtreecommitdiff
path: root/examples/network/http_server_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
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2019-12-18examples/network: Add testing key/cert to SSL HTTP server example.Damien George
2016-07-10examples/http_server*: Update for buffered-like streams (read line by line).Paul Sokolovsky
2016-05-03examples/network/: Use getaddrinfo() result in easy way.Paul Sokolovsky
2016-04-28examples/http_server_ssl.py: HTTPS server example.Paul Sokolovsky