Class: GeneralMiddleWare

base.GeneralMiddleWare()

Middleware is the set of methods that a web application handler may call upon in order to customize parsing and filtering of the HTTP headers. This class provides a template for entering chosen middleware into the intialization queues from the application level; so that, applications may choose middeware and allow this class to manage its use for them.