multi
Middleware that can dynamically change the stack based on status or headers
The multi module is accessible via the authkit.authenticate module.
Used in the authentication middleware to intercept 401 responses and put the appropriate middleware into the stack to prompt the user to sign in.
Attributes
Functions
f status_checker(environ, status, headers) ...
Used by AuthKit to intercept statuses specified in the config file option authkit.intercept.
Classes
C AuthSwitcher(...) ...
This class contains 3 members.
C MultiHandler(...) ...
This class contains 3 members.
See the source for more information.
