pyre.http.responses¶
Module Contents¶
-
exception
pyre.http.responses.Continue¶ Bases:
pyre.http.exceptions.ProtocolErrorContinue
-
code= 100¶
-
status¶
-
description= Request received, please continue¶
-
-
exception
pyre.http.responses.SwitchingProtocols¶ Bases:
pyre.http.exceptions.ProtocolErrorSwitching Protocols
-
code= 101¶
-
status¶
-
description= Switching to new protocol; obey Upgrade header¶
-
-
exception
pyre.http.responses.Created¶ Bases:
pyre.http.exceptions.ProtocolErrorCreated
-
code= 201¶
-
status¶
-
description= Document created, URL follows¶
-
-
exception
pyre.http.responses.Accepted¶ Bases:
pyre.http.exceptions.ProtocolErrorAccepted
-
code= 202¶
-
status¶
-
description= Request accepted, processing continues off-line¶
-
-
exception
pyre.http.responses.NonAuthoritativeInformation¶ Bases:
pyre.http.exceptions.ProtocolErrorNon-Authoritative Information
-
code= 203¶
-
status¶
-
description= Request fulfilled from cache¶
-
-
exception
pyre.http.responses.NoContent¶ Bases:
pyre.http.exceptions.ProtocolErrorNo Content
-
code= 204¶
-
status¶
-
description= Request fulfilled, nothing follows¶
-
-
exception
pyre.http.responses.ResetContent¶ Bases:
pyre.http.exceptions.ProtocolErrorReset Content
-
code= 205¶
-
status¶
-
description= Clear input form for further input.¶
-
-
exception
pyre.http.responses.PartialContent¶ Bases:
pyre.http.exceptions.ProtocolErrorPartial Content
-
code= 206¶
-
status¶
-
description= Partial content follows.¶
-
-
exception
pyre.http.responses.MultipleChoices¶ Bases:
pyre.http.exceptions.ProtocolErrorMultiple Choices
-
code= 300¶
-
status¶
-
description= Object has several resources -- see URI list¶
-
-
exception
pyre.http.responses.MovedPermanently¶ Bases:
pyre.http.exceptions.ProtocolErrorMoved Permanently
-
code= 301¶
-
status¶
-
description= Object moved permanently -- see URI list¶
-
-
exception
pyre.http.responses.Found¶ Bases:
pyre.http.exceptions.ProtocolErrorFound
-
code= 302¶
-
status¶
-
description= Object moved temporarily -- see URI list¶
-
-
exception
pyre.http.responses.SeeOther¶ Bases:
pyre.http.exceptions.ProtocolErrorSee Other
-
code= 303¶
-
status¶
-
description= Object moved -- see Method and URL list¶
-
-
exception
pyre.http.responses.NotModified¶ Bases:
pyre.http.exceptions.ProtocolErrorNot Modified
-
code= 304¶
-
status¶
-
description= Document has not changed since given time¶
-
-
exception
pyre.http.responses.UseProxy¶ Bases:
pyre.http.exceptions.ProtocolErrorUse Proxy
-
code= 305¶
-
status¶
-
description= You must use proxy specified in Location to access this resource.¶
-
-
exception
pyre.http.responses.TemporaryRedirect¶ Bases:
pyre.http.exceptions.ProtocolErrorTemporary Redirect
-
code= 307¶
-
status¶
-
description= Object moved temporarily -- see URI list¶
-
-
exception
pyre.http.responses.BadRequestSyntax¶ Bases:
pyre.http.exceptions.ProtocolErrorBad Request
-
code= 400¶
-
status¶
-
description= Bad request syntax or unsupported method¶
-
Bases:
pyre.http.exceptions.ProtocolErrorUnauthorized
-
exception
pyre.http.responses.PaymentRequired¶ Bases:
pyre.http.exceptions.ProtocolErrorPayment Required
-
code= 402¶
-
status¶
-
description= No payment -- see charging schemes¶
-
-
exception
pyre.http.responses.Forbidden¶ Bases:
pyre.http.exceptions.ProtocolErrorForbidden
-
code= 403¶
-
status¶
-
description= Request forbidden -- authorization will not help¶
-
-
exception
pyre.http.responses.NotFound¶ Bases:
pyre.http.exceptions.ProtocolErrorNot Found
-
code= 404¶
-
status¶
-
description= Nothing matches the given URI¶
-
-
exception
pyre.http.responses.MethodNotAllowed¶ Bases:
pyre.http.exceptions.ProtocolErrorMethod Not Allowed
-
code= 405¶
-
status¶
-
description= Specified method is invalid for this resource.¶
-
-
exception
pyre.http.responses.NotAcceptable¶ Bases:
pyre.http.exceptions.ProtocolErrorNot Acceptable
-
code= 406¶
-
status¶
-
description= URI not available in preferred format.¶
-
-
exception
pyre.http.responses.ProxyAuthenticationRequired¶ Bases:
pyre.http.exceptions.ProtocolErrorProxy Authentication Required
-
code= 407¶
-
status¶
-
description= You must authenticate with this proxy before proceeding.¶
-
-
exception
pyre.http.responses.RequestTimeout¶ Bases:
pyre.http.exceptions.ProtocolErrorRequest Timeout
-
code= 408¶
-
status¶
-
description= Request timed out; try again later.¶
-
-
exception
pyre.http.responses.Conflict¶ Bases:
pyre.http.exceptions.ProtocolErrorConflict
-
code= 409¶
-
status¶
-
description= Request conflict.¶
-
-
exception
pyre.http.responses.Gone¶ Bases:
pyre.http.exceptions.ProtocolErrorGone
-
code= 410¶
-
status¶
-
description= URI no longer exists and has been permanently removed.¶
-
-
exception
pyre.http.responses.LengthRequired¶ Bases:
pyre.http.exceptions.ProtocolErrorLength Required
-
code= 411¶
-
status¶
-
description= Client must specify Content-Length.¶
-
-
exception
pyre.http.responses.PreconditionFailed¶ Bases:
pyre.http.exceptions.ProtocolErrorPrecondition Failed
-
code= 412¶
-
status¶
-
description= Precondition in headers is false.¶
-
-
exception
pyre.http.responses.RequestEntityTooLarge¶ Bases:
pyre.http.exceptions.ProtocolErrorRequest Entity Too Large
-
code= 413¶
-
status¶
-
description= Entity is too large.¶
-
-
exception
pyre.http.responses.RequestURITooLong¶ Bases:
pyre.http.exceptions.ProtocolErrorRequest-URI Too Long
-
code= 414¶
-
status¶
-
description= URI is too long.¶
-
-
exception
pyre.http.responses.UnsupportedMediaType¶ Bases:
pyre.http.exceptions.ProtocolErrorUnsupported Media Type
-
code= 415¶
-
status¶
-
description= Entity body in unsupported format.¶
-
-
exception
pyre.http.responses.RequestedRangeNotSatisfiable¶ Bases:
pyre.http.exceptions.ProtocolErrorRequested Range Not Satisfiable
-
code= 416¶
-
status¶
-
description= Cannot satisfy request range.¶
-
-
exception
pyre.http.responses.ExpectationFailed¶ Bases:
pyre.http.exceptions.ProtocolErrorExpectation Failed
-
code= 417¶
-
status¶
-
description= Expect condition could not be satisfied.¶
-
-
exception
pyre.http.responses.PreconditionRequired¶ Bases:
pyre.http.exceptions.ProtocolErrorPrecondition Required
-
code= 428¶
-
status¶
-
description= The origin server requires the request to be conditional.¶
-
-
exception
pyre.http.responses.TooManyRequests¶ Bases:
pyre.http.exceptions.ProtocolErrorToo Many Requests
-
code= 429¶
-
status¶
-
description= The user has sent too many requests in a given amount of time (rate limiting).¶
-
-
exception
pyre.http.responses.RequestHeaderFieldsTooLarge¶ Bases:
pyre.http.exceptions.ProtocolErrorRequest Header Fields Too Large
-
code= 431¶
-
status¶
-
description= The server is unwilling to process the request because its header fields are too large.¶
-
-
exception
pyre.http.responses.InternalServerError¶ Bases:
pyre.http.exceptions.ProtocolErrorInternal Server Error
-
code= 500¶
-
status¶
-
description= Server got itself in trouble¶
-
-
exception
pyre.http.responses.NotImplemented¶ Bases:
pyre.http.exceptions.ProtocolErrorNot Implemented
-
code= 501¶
-
status¶
-
description= Server does not support this operation¶
-
-
exception
pyre.http.responses.BadGateway¶ Bases:
pyre.http.exceptions.ProtocolErrorBad Gateway
-
code= 502¶
-
status¶
-
description= Invalid responses from another server/proxy.¶
-
Bases:
pyre.http.exceptions.ProtocolErrorService Unavailable
-
exception
pyre.http.responses.GatewayTimeout¶ Bases:
pyre.http.exceptions.ProtocolErrorGateway Timeout
-
code= 504¶
-
status¶
-
description= The gateway server did not receive a timely response¶
-
-
exception
pyre.http.responses.HTTPVersionNotSupported¶ Bases:
pyre.http.exceptions.ProtocolErrorHTTP Version Not Supported
-
code= 505¶
-
status¶
-
description= Cannot fulfill request.¶
-
-
exception
pyre.http.responses.NetworkAuthenticationRequired¶ Bases:
pyre.http.exceptions.ProtocolErrorNetwork Authentication Required
-
code= 511¶
-
status¶
-
description= The client needs to authenticate to gain network access.¶
-