Enum HttpStatus

Definitions of all standard HTTP status codes.

The enum base type is int .

Enum members

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