gaetk2 package

gaetk2.exc module

exception gaetk2.exc.HTTPException(message, wsgi_response)[source]

Bases: exceptions.Exception

exception
gaetk2.exc.HTTP301_Moved

alias of webob.exc.HTTPMovedPermanently

gaetk2.exc.HTTP302_Found

alias of webob.exc.HTTPFound

gaetk2.exc.HTTP303_SeeOther

alias of webob.exc.HTTPSeeOther

gaetk2.exc.HTTP307_TemporaryRedirect

alias of webob.exc.HTTPTemporaryRedirect

gaetk2.exc.HTTP400_BadRequest

alias of webob.exc.HTTPBadRequest

gaetk2.exc.HTTP401_Unauthorized

alias of webob.exc.HTTPUnauthorized

gaetk2.exc.HTTP403_Forbidden

alias of webob.exc.HTTPForbidden

gaetk2.exc.HTTP404_NotFound

alias of webob.exc.HTTPNotFound

gaetk2.exc.HTTP405_HTTPMethodNotAllowed

alias of webob.exc.HTTPMethodNotAllowed

gaetk2.exc.HTTP406_NotAcceptable

alias of webob.exc.HTTPNotAcceptable

gaetk2.exc.HTTP307_TemporaryRedirect

alias of webob.exc.HTTPTemporaryRedirect

gaetk2.exc.HTTP409_Conflict

alias of webob.exc.HTTPConflict

gaetk2.exc.HTTP410_Gone

alias of webob.exc.HTTPGone

gaetk2.exc.HTTP413_TooLarge

alias of webob.exc.HTTPRequestEntityTooLarge

gaetk2.exc.HTTP415_UnsupportedMediaType

alias of webob.exc.HTTPUnsupportedMediaType

gaetk2.exc.HTTP500_ServerError

alias of webob.exc.HTTPServerError

gaetk2.exc.HTTP501_NotImplemented

alias of webob.exc.HTTPNotImplemented

gaetk2.exc.HTTP503_ServiceUnavailable

alias of webob.exc.HTTPServiceUnavailable

gaetk2.exc.HTTP504_GatewayTimeout

alias of webob.exc.HTTPGatewayTimeout

gaetk2.models module

Module contents