Status
Overview
Usage
- Node
- Deno
import { Status } from 'keywork/deps/deno.land/[email protected]/http'
import { Status } from 'https://deno.land/x/keywork/deps/deno.land/[email protected]/http'
Enumeration Members
Accepted
Accepted = `202`
RFC 7231, 6.3.3
Defined in
deps/deno.land/[email protected]/http/http_status.ts:50
AlreadyReported
AlreadyReported = `208`
RFC 5842, 7.1
Defined in
deps/deno.land/[email protected]/http/http_status.ts:62
BadGateway
BadGateway = `502`
RFC 7231, 6.6.3
Defined in
deps/deno.land/[email protected]/http/http_status.ts:147
BadRequest
BadRequest = `400`
RFC 7231, 6.5.1
Defined in
deps/deno.land/[email protected]/http/http_status.ts:84
Conflict
Conflict = `409`
RFC 7231, 6.5.8
Defined in
deps/deno.land/[email protected]/http/http_status.ts:102
Continue
Continue = `100`
RFC 7231, 6.2.1
Defined in
deps/deno.land/[email protected]/http/http_status.ts:37
Created
Created = `201`
RFC 7231, 6.3.2
Defined in
deps/deno.land/[email protected]/http/http_status.ts:48
EarlyHints
EarlyHints = `103`
RFC 8297 *
Defined in
deps/deno.land/[email protected]/http/http_status.ts:43
ExpectationFailed
ExpectationFailed = `417`
RFC 7231, 6.5.14
Defined in
deps/deno.land/[email protected]/http/http_status.ts:118
FailedDependency
FailedDependency = `424`
RFC 4918, 11.4
Defined in
deps/deno.land/[email protected]/http/http_status.ts:128
Forbidden
Forbidden = `403`
RFC 7231, 6.5.3
Defined in
deps/deno.land/[email protected]/http/http_status.ts:90
Found
Found = `302`
RFC 7231, 6.4.3
Defined in
deps/deno.land/[email protected]/http/http_status.ts:71
GatewayTimeout
GatewayTimeout = `504`
RFC 7231, 6.6.5
Defined in
deps/deno.land/[email protected]/http/http_status.ts:151
Gone
Gone = `410`
RFC 7231, 6.5.9
Defined in
deps/deno.land/[email protected]/http/http_status.ts:104
HTTPVersionNotSupported
HTTPVersionNotSupported = `505`
RFC 7231, 6.6.6
Defined in
deps/deno.land/[email protected]/http/http_status.ts:153
IMUsed
IMUsed = `226`
RFC 3229, 10.4.1
Defined in
deps/deno.land/[email protected]/http/http_status.ts:64
InsufficientStorage
InsufficientStorage = `507`
RFC 4918, 11.5
Defined in
deps/deno.land/[email protected]/http/http_status.ts:157
InternalServerError
InternalServerError = `500`
RFC 7231, 6.6.1
Defined in
deps/deno.land/[email protected]/http/http_status.ts:143
LengthRequired
LengthRequired = `411`
RFC 7231, 6.5.10
Defined in
deps/deno.land/[email protected]/http/http_status.ts:106
Locked
Locked = `423`
RFC 4918, 11.3
Defined in
deps/deno.land/[email protected]/http/http_status.ts:126
LoopDetected
LoopDetected = `508`
RFC 5842, 7.2
Defined in
deps/deno.land/[email protected]/http/http_status.ts:159
MethodNotAllowed
MethodNotAllowed = `405`
RFC 7231, 6.5.5
Defined in
deps/deno.land/[email protected]/http/http_status.ts:94
MisdirectedRequest
MisdirectedRequest = `421`
RFC 7540, 9.1.2
Defined in
deps/deno.land/[email protected]/http/http_status.ts:122
MovedPermanently
MovedPermanently = `301`
RFC 7231, 6.4.2
Defined in
deps/deno.land/[email protected]/http/http_status.ts:69
MultiStatus
MultiStatus = `207`
RFC 4918, 11.1
Defined in
deps/deno.land/[email protected]/http/http_status.ts:60
MultipleChoices
MultipleChoices = `300`
RFC 7231, 6.4.1
Defined in
deps/deno.land/[email protected]/http/http_status.ts:67
NetworkAuthenticationRequired
NetworkAuthenticationRequired = `511`
RFC 6585, 6
Defined in
deps/deno.land/[email protected]/http/http_status.ts:163
NoContent
NoContent = `204`
RFC 7231, 6.3.5
Defined in
deps/deno.land/[email protected]/http/http_status.ts:54
NonAuthoritativeInfo
NonAuthoritativeInfo = `203`
RFC 7231, 6.3.4
Defined in
deps/deno.land/[email protected]/http/http_status.ts:52
NotAcceptable
NotAcceptable = `406`
RFC 7231, 6.5.6
Defined in
deps/deno.land/[email protected]/http/http_status.ts:96
NotExtended
NotExtended = `510`
RFC 2774, 7
Defined in
deps/deno.land/[email protected]/http/http_status.ts:161
NotFound
NotFound = `404`
RFC 7231, 6.5.4
Defined in
deps/deno.land/[email protected]/http/http_status.ts:92
NotImplemented
NotImplemented = `501`
RFC 7231, 6.6.2
Defined in
deps/deno.land/[email protected]/http/http_status.ts:145
NotModified
NotModified = `304`
RFC 7232, 4.1
Defined in
deps/deno.land/[email protected]/http/http_status.ts:75
OK
OK = `200`
RFC 7231, 6.3.1
Defined in
deps/deno.land/[email protected]/http/http_status.ts:46
PartialContent
PartialContent = `206`
RFC 7233, 4.1
Defined in
deps/deno.land/[email protected]/http/http_status.ts:58
PaymentRequired
PaymentRequired = `402`
RFC 7231, 6.5.2
Defined in
deps/deno.land/[email protected]/http/http_status.ts:88
PermanentRedirect
PermanentRedirect = `308`
RFC 7538, 3
Defined in
deps/deno.land/[email protected]/http/http_status.ts:81
PreconditionFailed
PreconditionFailed = `412`
RFC 7232, 4.2
Defined in
deps/deno.land/[email protected]/http/http_status.ts:108
PreconditionRequired
PreconditionRequired = `428`
RFC 6585, 3
Defined in
deps/deno.land/[email protected]/http/http_status.ts:134
Processing
Processing = `102`
RFC 2518, 10.1
Defined in
deps/deno.land/[email protected]/http/http_status.ts:41
ProxyAuthRequired
ProxyAuthRequired = `407`
RFC 7235, 3.2
Defined in
deps/deno.land/[email protected]/http/http_status.ts:98
RequestEntityTooLarge
RequestEntityTooLarge = `413`
RFC 7231, 6.5.11
Defined in
deps/deno.land/[email protected]/http/http_status.ts:110
RequestHeaderFieldsTooLarge
RequestHeaderFieldsTooLarge = `431`
RFC 6585, 5
Defined in
deps/deno.land/[email protected]/http/http_status.ts:138
RequestTimeout
RequestTimeout = `408`
RFC 7231, 6.5.7
Defined in
deps/deno.land/[email protected]/http/http_status.ts:100
RequestURITooLong
RequestURITooLong = `414`
RFC 7231, 6.5.12
Defined in
deps/deno.land/[email protected]/http/http_status.ts:112
RequestedRangeNotSatisfiable
RequestedRangeNotSatisfiable = `416`
RFC 7233, 4.4
Defined in
deps/deno.land/[email protected]/http/http_status.ts:116
ResetContent
ResetContent = `205`
RFC 7231, 6.3.6
Defined in
deps/deno.land/[email protected]/http/http_status.ts:56
SeeOther
SeeOther = `303`
RFC 7231, 6.4.4
Defined in
deps/deno.land/[email protected]/http/http_status.ts:73
ServiceUnavailable
ServiceUnavailable = `503`
RFC 7231, 6.6.4
Defined in
deps/deno.land/[email protected]/http/http_status.ts:149
SwitchingProtocols
SwitchingProtocols = `101`
RFC 7231, 6.2.2
Defined in
deps/deno.land/[email protected]/http/http_status.ts:39
Teapot
Teapot = `418`
RFC 7168, 2.3.3
Defined in
deps/deno.land/[email protected]/http/http_status.ts:120
TemporaryRedirect
TemporaryRedirect = `307`
RFC 7231, 6.4.7
Defined in
deps/deno.land/[email protected]/http/http_status.ts:79
TooEarly
TooEarly = `425`
RFC 8470, 5.2
Defined in
deps/deno.land/[email protected]/http/http_status.ts:130
TooManyRequests
TooManyRequests = `429`
RFC 6585, 4
Defined in
deps/deno.land/[email protected]/http/http_status.ts:136
Unauthorized
Unauthorized = `401`
RFC 7235, 3.1
Defined in
deps/deno.land/[email protected]/http/http_status.ts:86
UnavailableForLegalReasons
UnavailableForLegalReasons = `451`
RFC 7725, 3
Defined in
deps/deno.land/[email protected]/http/http_status.ts:140
UnprocessableEntity
UnprocessableEntity = `422`
RFC 4918, 11.2
Defined in
deps/deno.land/[email protected]/http/http_status.ts:124
UnsupportedMediaType
UnsupportedMediaType = `415`
RFC 7231, 6.5.13
Defined in
deps/deno.land/[email protected]/http/http_status.ts:114
UpgradeRequired
UpgradeRequired = `426`
RFC 7231, 6.5.15
Defined in
deps/deno.land/[email protected]/http/http_status.ts:132
UseProxy
UseProxy = `305`
RFC 7231, 6.4.5
Defined in
deps/deno.land/[email protected]/http/http_status.ts:77
VariantAlsoNegotiates
VariantAlsoNegotiates = `506`
RFC 2295, 8.1
Defined in
deps/deno.land/[email protected]/http/http_status.ts:155
Standard HTTP status codes.