Module: WSGIServer | ./src/peak/util/WSGIServer.py | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
BaseHTTPServer that implements the Python WSGI protocol This is both an example of how WSGI can be implemented, and a basis for running simple web applications on a local machine. It has not been reviewed for security issues, however, and we strongly recommend that you use a "real" web server for production use, even on a local system.
|