vibe.d beta banner
get vibe.d
0.9.6

Asynchronous I/O that doesn’t get in your way, written in D

Enum HTTPStatus

Definitions of all standard HTTP status codes.

enum HTTPStatus : int { ... }

Enum members

NameDescription
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

See

https://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
Authors

Jan Krüger

Copyright

© 2012 Sönke Ludwig

License

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