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/1.0 Python/2.7', 'SCRIPT_NAME': '', 'wsgi.multithread': False}
-
handler_class
alias of WSGIHandler
-
set_environ(environ=None)
-
set_max_accept()
-
get_environ()
-
init_socket()
-
update_environ()
-
handle(socket, address)