Override to provide custom error handling. Ideally, however, all errors should be caught at the application level.
WSGI handler. Sets up WSGI environment, calls the application, and sends the application’s response.
alias of Request
flup.server.fcgi_single - fcgi - a FastCGI/WSGI gateway (single-threaded)
flup.server.scgi - scgi - an SCGI/WSGI gateway (threaded)
Enter search terms or a module, class or function name.