Home
Trees
Indices
Help
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
object
:
The most base type
webob.request.AdhocAttrMixin
webob.request.Request
:
The default request implementation
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
restkit.errors.BadStatusLine
:
Exception returned by the parser when the status line is invalid
webob.exc.HTTPException
:
Exception used on pre-Python-2.5, where new-style classes cannot be used as an exception.
webob.exc.WSGIHTTPException
restkit.ext.webob_helper.WebobResourceError
:
Wrapper to return webob exceptions instead of restkit errors.
restkit.errors.InvalidUrl
:
Not a valid url for use with this software.
restkit.errors.ParserError
:
Generic exception returned by the parser
restkit.errors.ProxyError
:
raised when proxy error happend
restkit.filters.ProxyError
restkit.errors.RedirectLimit
:
Exception raised when the redirection limit is reached.
restkit.errors.RequestError
:
Exception raised when a request is malformed
restkit.errors.ResourceError
:
default error class
restkit.errors.RequestFailed
:
Exception raised when an unexpected HTTP error is received in response to a request.
restkit.errors.ResourceNotFound
:
Exception raised when no resource was found at the given url.
restkit.errors.Unauthorized
:
Exception raised when an authorization is required to access to the resource specified.
restkit.errors.ResponseError
:
Error raised while getting response or decompressing response stream
exceptions.StandardError
:
Base class for all standard Python exceptions that do not represent interpreter exiting.
exceptions.RuntimeError
:
Unspecified run-time error.
restkit.oauth2.Error
:
Generic exception class.
restkit.oauth2.MissingSignature
webob.request.BaseRequest
webob.request.Request
:
The default request implementation
restkit.filters.BasicAuth
:
Simple filter to manage basic authentification
restkit.forms.BoundaryItem
restkit.oauth2.Consumer
:
A consumer of OAuth-protected services.
restkit.client.HttpConnection
:
Http Connection object.
restkit.client.HttpResponse
:
Http Response object returned by HttpConnction
restkit.forms.MultipartForm
restkit.oauth2.filter.OAuthFilter
restkit.parser.Parser
restkit.pool.PoolInterface
:
abstract class from which all connection pool should inherit.
restkit.pool.ConnectionPool
restkit.ext.eventlet_pool.EventletPool
:
Eventlet pool to manage connections.
restkit.resource.Resource
:
A class that can be instantiated for access to a RESTful resource, including authentication.
webob.response.Response
:
Represents a WSGI response
webob.exc.WSGIHTTPException
restkit.ext.webob_helper.WebobResourceError
:
Wrapper to return webob exceptions instead of restkit errors.
restkit.oauth2.Server
:
A skeletal implementation of a service provider, providing protected resources to requests from authorized consumers.
restkit.oauth2.SignatureMethod
:
A way of signing requests.
restkit.oauth2.SignatureMethod_HMAC_SHA1
restkit.oauth2.SignatureMethod_PLAINTEXT
restkit.filters.SimpleProxy
:
Simple proxy filter.
restkit.tee.TeeInput
restkit.oauth2.Token
:
An OAuth credential used to request authorization or a protected resource.
restkit.util.deprecated_property
:
Wraps a decorator, with a deprecation warning or error
dict
:
dict() -> new empty dictionary.
restkit.oauth2.Request
:
The parameters and information for an HTTP request, suitable for authorizing with OAuth credentials.
Home
Trees
Indices
Help
Generated by Epydoc 3.0.1 on Mon Mar 1 20:43:07 2010
http://epydoc.sourceforge.net