Enum HTTPStatus
Definitions of all standard HTTP status codes.
enum HTTPStatus
: int { ... }
Enum members
Name | Description |
---|---|
accepted
|
|
Accepted
|
|
badGateway
|
|
BadGateway
|
|
badRequest
|
|
BadRequest
|
|
conflict
|
|
Conflict
|
|
Continue
|
|
continue_
|
|
created
|
|
Created
|
|
expectationFailed
|
|
ExpectationFailed
|
|
failedDependency
|
|
forbidden
|
|
Forbidden
|
|
found
|
|
Found
|
|
gatewayTimeout
|
|
GatewayTimeout
|
|
gone
|
|
Gone
|
|
httpVersionNotSupported
|
|
HTTPVersionNotSupported
|
|
insufficientStorage
|
|
internalServerError
|
|
InternalServerError
|
|
lengthRequired
|
|
LengthRequired
|
|
locked
|
|
methodNotAllowed
|
|
MethodNotAllowed
|
|
movedPermanently
|
|
MovedPermanently
|
|
multipleChoices
|
|
MultipleChoices
|
|
multiStatus
|
|
noContent
|
|
NoContent
|
|
nonAuthoritativeInformation
|
|
NonAuthoritativeInformation
|
|
notAcceptable
|
|
NotAcceptable
|
|
notFound
|
|
NotFound
|
|
notImplemented
|
|
NotImplemented
|
|
notModified
|
|
NotModified
|
|
ok
|
|
OK
|
|
partialContent
|
|
PartialContent
|
|
paymentRequired
|
|
PaymentRequired
|
|
preconditionFailed
|
|
PreconditionFailed
|
|
processing
|
Seehttps://tools.ietf.org/html/rfc2518#section-10.1 |
proxyAuthenticationRequired
|
|
ProxyAuthenticationRequired
|
|
rangeNotSatisfiable
|
|
requestedrangenotsatisfiable
|
|
Requestedrangenotsatisfiable
|
|
requestEntityTooLarge
|
|
RequestEntityTooLarge
|
|
requestTimeout
|
|
RequestTimeout
|
|
requestURITooLarge
|
|
RequestURITooLarge
|
|
resetContent
|
|
ResetContent
|
|
seeOther
|
|
SeeOther
|
|
serviceUnavailable
|
|
ServiceUnavailable
|
|
switchingProtocols
|
|
SwitchingProtocols
|
|
temporaryRedirect
|
|
TemporaryRedirect
|
|
tooManyRequests
|
|
unauthorized
|
|
Unauthorized
|
|
unavailableForLegalReasons
|
|
unprocessableEntity
|
|
unsupportedMediaType
|
|
UnsupportedMediaType
|
|
useProxy
|
|
UseProxy
|