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 deprecated
methodNotAllowed
movedPermanently
MovedPermanently deprecated
MultipleChoices deprecated
multipleChoices
multiStatus
noContent
NoContent deprecated
NonAuthoritativeInformation deprecated
nonAuthoritativeInformation
NotAcceptable deprecated
notAcceptable
notFound
NotFound deprecated
notImplemented
NotImplemented deprecated
NotModified deprecated
notModified
ok
OK deprecated
partialContent
PartialContent deprecated
paymentRequired
PaymentRequired deprecated
PreconditionFailed deprecated
preconditionFailed
ProxyAuthenticationRequired deprecated
proxyAuthenticationRequired
Requestedrangenotsatisfiable deprecated
requestedrangenotsatisfiable
RequestEntityTooLarge deprecated
requestEntityTooLarge
requestTimeout
RequestTimeout deprecated
RequestURITooLarge deprecated
requestURITooLarge
ResetContent deprecated
resetContent
SeeOther deprecated
seeOther
serviceUnavailable
ServiceUnavailable deprecated
SwitchingProtocols deprecated
switchingProtocols
TemporaryRedirect deprecated
temporaryRedirect
Unauthorized deprecated
unauthorized
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.