Enum HTTPStatus

Definitions of all standard HTTP status codes.

The enum base type is int .

Enum members

Name Description
accepted
Accepted deprecated
BadGateway deprecated
badGateway
BadRequest deprecated
badRequest
Conflict deprecated
conflict
Continue deprecated
continue_
created
Created deprecated
ExpectationFailed deprecated
expectationFailed
failedDependency
Forbidden deprecated
forbidden
Found deprecated
found
GatewayTimeout deprecated
gatewayTimeout
Gone deprecated
gone
httpVersionNotSupported
HTTPVersionNotSupported deprecated
insufficientStorage
InternalServerError deprecated
internalServerError
lengthRequired
LengthRequired deprecated
locked
methodNotAllowed
MethodNotAllowed deprecated
movedPermanently
MovedPermanently deprecated
MultipleChoices deprecated
multipleChoices
multiStatus
NoContent deprecated
noContent
nonAuthoritativeInformation
NonAuthoritativeInformation deprecated
notAcceptable
NotAcceptable deprecated
notFound
NotFound deprecated
NotImplemented deprecated
notImplemented
notModified
NotModified deprecated
ok
OK deprecated
partialContent
PartialContent deprecated
paymentRequired
PaymentRequired deprecated
PreconditionFailed deprecated
preconditionFailed
ProxyAuthenticationRequired deprecated
proxyAuthenticationRequired
requestedrangenotsatisfiable
Requestedrangenotsatisfiable deprecated
requestEntityTooLarge
RequestEntityTooLarge deprecated
requestTimeout
RequestTimeout deprecated
requestURITooLarge
RequestURITooLarge deprecated
ResetContent deprecated
resetContent
SeeOther deprecated
seeOther
ServiceUnavailable deprecated
serviceUnavailable
SwitchingProtocols deprecated
switchingProtocols
temporaryRedirect
TemporaryRedirect deprecated
tooManyRequests
unauthorized
Unauthorized deprecated
unprocessableEntity
UnsupportedMediaType deprecated
unsupportedMediaType
useProxy
UseProxy deprecated

Authors

Jan Krüger

Copyright

© 2012 RejectedSoftware e.K.

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.