summaryrefslogtreecommitdiff
path: root/examples/network/http_server_simplistic.py
AgeCommit message (Expand)Author
2023-06-08all: Replace all uses of umodule in Python code.Jim Mussared
2023-05-02all: Fix cases of Python variable assigned but never used.Christian Clauss
2020-02-28all: Reformat C and Python source code with tools/codeformat.py.Damien George
2016-10-26examples/http_server_simplistic: Add "not suitable for real use" note.Paul Sokolovsky
2016-08-06examples/network: Split recv- and read-based HTTP servers.Paul Sokolovsky