Latest Version: 0.9.6.2

Index of the errordocument module

  • m paste.errordocument ... - Middleware to display error documents for certain status codes
    • C StatusBasedForward ... - Middleware that lets you test a response against a custom mapper object to programatically determine whether to internally forward to another URL and if so, which URL to forward to.
    • f forward ... - Intercepts a response with a particular status code and returns the content from a specified URL instead.
    • f make_errordocument ... - Paste Deploy entry point to create a error document wrapper.

Top