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

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.