vibe.d beta banner
get vibe.d
0.10.0

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
badGateway
badRequest
conflict
continue_
created
expectationFailed
failedDependency
forbidden
found
gatewayTimeout
gone
httpVersionNotSupported
insufficientStorage
internalServerError
lengthRequired
locked
methodNotAllowed
movedPermanently
multipleChoices
multiStatus
noContent
nonAuthoritativeInformation
notAcceptable
notFound
notImplemented
notModified
ok
partialContent
paymentRequired
preconditionFailed
processing

See

https://tools.ietf.org/html/rfc2518#section-10.1

proxyAuthenticationRequired
rangeNotSatisfiable
requestEntityTooLarge
requestTimeout
requestURITooLarge
resetContent
seeOther
serviceUnavailable
switchingProtocols
temporaryRedirect
tooManyRequests
unauthorized
unavailableForLegalReasons
unprocessableEntity
unsupportedMediaType
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.