A WSGI server based on StreamServer that supports HTTPS.
- base_env = {'wsgi.version': (1, 0), 'GATEWAY_INTERFACE': 'CGI/1.1', 'wsgi.run_once': False, 'wsgi.multiprocess': False, 'SERVER_SOFTWARE': 'gevent/0.13 Python/2.7', 'SCRIPT_NAME': '', 'wsgi.multithread': False}
- handler_class
alias of WSGIHandler
- set_environ(environ=None)
- get_environ()
- pre_start()
- update_environ()
- handle(socket, address)