vibe-http ~master (2021-03-22T09:44:24Z)
Home
Dub
Repo
HTTPStatus
vibe
http
status
Definitions of all standard HTTP status codes.
Values
Value
Meaning
continue_
100
switchingProtocols
101
ok
200
created
201
accepted
202
nonAuthoritativeInformation
203
noContent
204
resetContent
205
partialContent
206
multipleChoices
300
movedPermanently
301
found
302
seeOther
303
notModified
304
useProxy
305
temporaryRedirect
307
badRequest
400
unauthorized
401
paymentRequired
402
forbidden
403
notFound
404
methodNotAllowed
405
notAcceptable
406
proxyAuthenticationRequired
407
requestTimeout
408
conflict
409
gone
410
lengthRequired
411
preconditionFailed
412
requestEntityTooLarge
413
requestURITooLarge
414
unsupportedMediaType
415
rangeNotSatisfiable
416
expectationFailed
417
tooManyRequests
429
unavailableForLegalReasons
451
internalServerError
500
notImplemented
501
badGateway
502
serviceUnavailable
503
gatewayTimeout
504
httpVersionNotSupported
505
multiStatus
207
unprocessableEntity
422
locked
423
failedDependency
424
insufficientStorage
507
requestedrangenotsatisfiable
rangeNotSatisfiable
deprecated
Continue
continue_
deprecated
SwitchingProtocols
switchingProtocols
deprecated
OK
ok
deprecated
Created
created
deprecated
Accepted
accepted
deprecated
NonAuthoritativeInformation
nonAuthoritativeInformation
deprecated
NoContent
noContent
deprecated
ResetContent
resetContent
deprecated
PartialContent
partialContent
deprecated
MultipleChoices
multipleChoices
deprecated
MovedPermanently
movedPermanently
deprecated
Found
found
deprecated
SeeOther
seeOther
deprecated
NotModified
notModified
deprecated
UseProxy
useProxy
deprecated
TemporaryRedirect
temporaryRedirect
deprecated
BadRequest
badRequest
deprecated
Unauthorized
unauthorized
deprecated
PaymentRequired
paymentRequired
deprecated
Forbidden
forbidden
deprecated
NotFound
notFound
deprecated
MethodNotAllowed
methodNotAllowed
deprecated
NotAcceptable
notAcceptable
deprecated
ProxyAuthenticationRequired
proxyAuthenticationRequired
deprecated
RequestTimeout
requestTimeout
deprecated
Conflict
conflict
deprecated
Gone
gone
deprecated
LengthRequired
lengthRequired
deprecated
PreconditionFailed
preconditionFailed
deprecated
RequestEntityTooLarge
requestEntityTooLarge
deprecated
RequestURITooLarge
requestURITooLarge
deprecated
UnsupportedMediaType
unsupportedMediaType
deprecated
Requestedrangenotsatisfiable
requestedrangenotsatisfiable
deprecated
ExpectationFailed
expectationFailed
deprecated
InternalServerError
internalServerError
deprecated
NotImplemented
notImplemented
deprecated
BadGateway
badGateway
deprecated
ServiceUnavailable
serviceUnavailable
deprecated
GatewayTimeout
gatewayTimeout
deprecated
HTTPVersionNotSupported
httpVersionNotSupported
deprecated
Meta
Source
See Implementation
vibe
http
status
enums
HTTPStatus
functions
httpStatusText
isSuccessCode
justifiesConnectionClose
Definitions of all standard HTTP status codes.