1:mod:`paste.httpexceptions` -- Easily product HTTP errors
2=========================================================
3
4.. automodule:: paste.httpexceptions
5
6Module Contents
7---------------
8
9.. autoclass:: HTTPExceptionHandler
10.. autofunction:: make_middleware
11
12Exceptions
13----------
14
15.. autoexception:: HTTPException
16.. autoexception:: HTTPError
17.. autoexception:: HTTPRedirection
18.. autoexception:: HTTPMultipleChoices
19.. autoexception:: HTTPMovedPermanently
20.. autoexception:: HTTPFound
21.. autoexception:: HTTPNotModified
22.. autoexception:: HTTPUseProxy
23.. autoexception:: HTTPTemporaryRedirect
24.. autoexception:: HTTPClientError
25.. autoexception:: HTTPBadRequest
26.. autoexception:: HTTPUnauthorized
27.. autoexception:: HTTPPaymentRequired
28.. autoexception:: HTTPForbidden
29.. autoexception:: HTTPNotFound
30.. autoexception:: HTTPMethodNotAllowed
31.. autoexception:: HTTPNotAcceptable
32.. autoexception:: HTTPProxyAuthenticationRequired
33.. autoexception:: HTTPRequestTimeout
34.. autoexception:: HTTPConflict
35.. autoexception:: HTTPGone
36.. autoexception:: HTTPLengthRequired
37.. autoexception:: HTTPPreconditionFailed
38.. autoexception:: HTTPRequestEntityTooLarge
39.. autoexception:: HTTPRequestURITooLong
40.. autoexception:: HTTPUnsupportedMediaType
41.. autoexception:: HTTPRequestRangeNotSatisfiable
42.. autoexception:: HTTPExpectationFailed
43.. autoexception:: HTTPServerError
44.. autoexception:: HTTPInternalServerError
45.. autoexception:: HTTPNotImplemented
46.. autoexception:: HTTPBadGateway
47.. autoexception:: HTTPServiceUnavailable
48.. autoexception:: HTTPGatewayTimeout
49.. autoexception:: HTTPVersionNotSupported
50