Index of the exc module
-
m
webob.exc
...
- HTTP Exception
- a status_map ...
-
C
HTTPRequestEntityTooLarge
...
- a content_length ...
- a code ...
- a vary ...
- a title ...
- a location ... - Retrieve the Location header of the response, or None if there is no header. If the header is not absolute and this response is associated with a request, make the header absolute.
- a accept_ranges ...
- a server ...
- a html_template_obj ...
- a body ... - The body of the response, as a str. This will read in the entire app_iter if necessary.
- a status_int ... - The status as an integer
- a etag ...
- a content_range ...
- a template ...
- a content_md5 ...
- a required_headers ...
- a last_modified ...
- a comment ...
- a unicode_body ... - Get/set the unicode value of the body (using the charset of the Content-Type)
- a retry_after ...
- a content_language ...
- a content_location ...
- a default_charset ...
- a default_content_type ...
- a app_iter ... - Returns the app_iter of the response.
- a content_encoding ...
- a cache_control ... - Get/set/modify the Cache-Control header (section 14.9)
- a body_template_obj ...
- a explanation ...
- a empty_body ...
- a content_type ... - Get/set the Content-Type header (or None), without the charset or any parameters.
- a exception ...
- a headers ... - The headers in a dictionary-like object
- a pragma ...
- a body_file ... - Returns a file-like object that can be used to write to the body. If you passed in a list app_iter, that app_iter will be modified by writes.
- a wsgi_response ...
- a charset ... - Get/set the charset (in the Content-Type)
- a status ... - The status string
- a expires ...
- a date ...
- a content_type_params ... - Returns a dictionary of all the parameters in the content type.
- a age ...
- a request ... - Return the request associated with this response if any.
- a plain_template_obj ...
- a headerlist ... - The list of response headers
- a environ ... - Get/set the request environ associated with this response, if any.
- a allow ...
- f __call__ ...
- f generate_response ...
- f plain_body ...
- f __init__ ...
- f html_body ...
-
C
HTTPUseProxy
...
- a code ...
- a title ...
- a template ...
- a required_headers ...
- a body_template_obj ...
- a explanation ...
- f __call__ ...
- f generate_response ...
- f plain_body ...
- f __init__ ...
- f html_body ...
- C HTTPResetContent ...
- C HTTPSeeOther ...
- C HTTPServiceUnavailable ...
- C HTTPMultipleChoices ...
- C HTTPUnauthorized ...
- C HTTPRequestRangeNotSatisfiable ...
- C HTTPRequestURITooLong ...
- C HTTPRedirection ... - base class for 300's status code (redirections)
- C HTTPRequestTimeout ...
- C HTTPBadRequest ...
- C HTTPUnsupportedMediaType ...
- C HTTPConflict ...
- C HTTPBadGateway ...
- C HTTPMovedPermanently ...
- C HTTPNotImplemented ...
- C HTTPExpectationFailed ...
- C HTTPVersionNotSupported ...
- C HTTPServerError ... - base class for the 500's, where the server is in-error
- C HTTPTemporaryRedirect ...
- C HTTPExceptionMiddleware ... - Middleware that catches exceptions in the sub-application. This does not catch exceptions in the app_iter; only during the initial calling of the application.
- C HTTPNotModified ...
- C HTTPNotAcceptable ...
- C HTTPPartialContent ...
- C HTTPInsufficientStorage ...
- C HTTPPaymentRequired ...
- C HTTPAccepted ...
- C HTTPOk ... - Base class for the 200's status code (successful responses)
- C HTTPException ... - Exception used on pre-Python-2.5, where new-style classes cannot be used as an exception.
- C HTTPLocked ...
- C HTTPCreated ...
-
C
HTTPPreconditionFailed
...
- a code ...
- a title ...
- a explanation ...
- f generate_response ...
- f plain_body ...
- f __init__ ...
- f html_body ...
- C HTTPFound ...
-
C
HTTPInternalServerError
...
- f __call__ ...
- f generate_response ...
- f plain_body ...
- f __init__ ...
- f html_body ...
-
C
HTTPMethodNotAllowed
...
- a code ...
- a title ...
- a template ...
- a required_headers ...
- a body_template_obj ...
- f __call__ ...
- f generate_response ...
- f plain_body ...
- f __init__ ...
- f html_body ...
-
C
HTTPError
...
- base class for status codes in the 400's and 500's
- f __call__ ...
- f generate_response ...
- f plain_body ...
- f __init__ ...
- f html_body ...
-
C
WSGIHTTPException
...
- f __call__ ...
- f generate_response ...
- f plain_body ...
- f __init__ ...
- f html_body ...
- C HTTPGatewayTimeout ...
- C HTTPNotFound ...
-
C
HTTPClientError
...
- base class for the 400's, where the client is in error
- f __call__ ...
- f generate_response ...
- f plain_body ...
- f __init__ ...
- f html_body ...
- C HTTPNonAuthoritativeInformation ...
- C HTTPGone ...
- C HTTPForbidden ...
- C HTTPProxyAuthenticationRequired ...
-
C
HTTPLengthRequired
...
- a code ...
- a title ...
- a explanation ...
- f generate_response ...
- f plain_body ...
- f __init__ ...
- f html_body ...
- C HTTPFailedDependency ...
- C HTTPUnprocessableEntity ...
- C HTTPNoContent ...