A fast WSGI server based on HTTPServer.
-
base_env = {'wsgi.url_scheme': 'http', 'wsgi.multiprocess': False, 'wsgi.version': (1, 0), 'GATEWAY_INTERFACE': 'CGI/1.1', 'wsgi.run_once': False, 'wsgi.multithread': False, 'SERVER_SOFTWARE': 'gevent/0.13 Python/2.7', 'SCRIPT_NAME': ''}
-
handler_class
alias of WSGIHandler
-
set_environ(environ=None)
-
get_environ()
-
pre_start()
-
kill()
-
handle(req)