gaetk2 package

gaetk2.exc module

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

Bases: exceptions.Exception

exception
gaetk2.exc.HTTP301_Moved

alias of HTTPMovedPermanently

gaetk2.exc.HTTP302_Found

alias of HTTPFound

gaetk2.exc.HTTP303_SeeOther

alias of HTTPSeeOther

gaetk2.exc.HTTP307_TemporaryRedirect

alias of HTTPTemporaryRedirect

gaetk2.exc.HTTP400_BadRequest

alias of HTTPBadRequest

gaetk2.exc.HTTP401_Unauthorized

alias of HTTPUnauthorized

gaetk2.exc.HTTP403_Forbidden

alias of HTTPForbidden

gaetk2.exc.HTTP404_NotFound

alias of HTTPNotFound

gaetk2.exc.HTTP405_HTTPMethodNotAllowed

alias of HTTPMethodNotAllowed

gaetk2.exc.HTTP406_NotAcceptable

alias of HTTPNotAcceptable

gaetk2.exc.HTTP307_TemporaryRedirect

alias of HTTPTemporaryRedirect

gaetk2.exc.HTTP409_Conflict

alias of HTTPConflict

gaetk2.exc.HTTP410_Gone

alias of HTTPGone

gaetk2.exc.HTTP413_TooLarge

alias of HTTPRequestEntityTooLarge

gaetk2.exc.HTTP415_UnsupportedMediaType

alias of HTTPUnsupportedMediaType

gaetk2.exc.HTTP500_ServerError

alias of HTTPServerError

gaetk2.exc.HTTP501_NotImplemented

alias of HTTPNotImplemented

gaetk2.exc.HTTP503_ServiceUnavailable

alias of HTTPServiceUnavailable

gaetk2.models module

Module contents