MCPcopy Index your code
hub / github.com/python/cpython / simple_server.py

File simple_server.py

Lib/wsgiref/simple_server.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""BaseHTTPServer that implements the Python WSGI protocol (PEP 3333)
2
3This is both an example of how WSGI can be implemented, and a basis for running
4simple web applications on a local machine, such as might be done when testing

Callers

nothing calls this directly

Calls 6

python_implementationFunction · 0.90
make_serverFunction · 0.70
splitMethod · 0.45
getsocknameMethod · 0.45
openMethod · 0.45
handle_requestMethod · 0.45

Tested by

no test coverage detected