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