Commit b8bd5a17 authored by Denis Bilenko's avatar Denis Bilenko

pywsgi: add a docstring to WSGIServer

parent d1cf61ec
......@@ -328,6 +328,7 @@ class HttpProtocol(BaseHTTPServer.BaseHTTPRequestHandler):
class WSGIServer(StreamServer):
"""A WSGI server based on :class:`StreamServer` that supports HTTPS."""
handler_class = HttpProtocol
base_env = {'GATEWAY_INTERFACE': 'CGI/1.1',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment