flup.server.ajp_base - ajp - an AJP 1.3/WSGI gateway¶
-
class
flup.server.ajp_base.BaseAJPServer(application, scriptName='', environ=None, multithreaded=True, multiprocess=False, bindAddress=('localhost', 8009), allowedServers=<class 'flup.server.NoDefault'>, loggingLevel=20, debug=False)¶ -
error(request)¶ Override to provide custom error handling. Ideally, however, all errors should be caught at the application level.
-
handler(request)¶ WSGI handler. Sets up WSGI environment, calls the application, and sends the application’s response.
-
inputStreamShrinkThreshold= 94208¶
-
requestClass¶ alias of
flup.server.ajp_base.Request
-