summaryrefslogtreecommitdiffstatshomepage
path: root/examples/network/http_server.py
Commit message (Expand)AuthorAge
* all: Replace all uses of umodule in Python code.Jim Mussared2023-06-08
* all: Reformat C and Python source code with tools/codeformat.py.Damien George2020-02-28
* examples/network: Split recv- and read-based HTTP servers.Paul Sokolovsky2016-08-06
* examples/http_server*: Update for buffered-like streams (read line by line).Paul Sokolovsky2016-07-10
* examples/network/: Use getaddrinfo() result in easy way.Paul Sokolovsky2016-05-03
* examples/http_server.py: Bind to 0.0.0.0, to be accessible from other hosts.Paul Sokolovsky2016-04-02
* examples/http_server.py: Introduce main() function.Paul Sokolovsky2016-04-02
* examples/http_server.py: Refactor/simplify for Python 3.5.Paul Sokolovsky2016-04-02
* examples: http_client.py, http_server.py aren't just unix, move to network/.Paul Sokolovsky2016-04-01