Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/deno/std/http/http_status.ts>Status

A modern runtime for JavaScript and TypeScript.
Go to Latest
enum Status
import { Status } from "https://deno.land/x/deno@v0.23.0/std/http/http_status.ts";

Members

Accepted = 202
AlreadyReported = 208
BadGateway = 502
BadRequest = 400
Conflict = 409
Continue = 100
Created = 201
ExpectationFailed = 417
FailedDependency = 424
Forbidden = 403
Found = 302
GatewayTimeout = 504
Gone = 410
HTTPVersionNotSupported = 505
IMUsed = 226
InsufficientStorage = 507
InternalServerError = 500
LengthRequired = 411
Locked = 423
LoopDetected = 508
MethodNotAllowed = 405
MisdirectedRequest = 421
MovedPermanently = 301
MultipleChoices = 300
MultiStatus = 207
NetworkAuthenticationRequired = 511
NoContent = 204
NonAuthoritativeInfo = 203
NotAcceptable = 406
NotExtended = 510
NotFound = 404
NotImplemented = 501
NotModified = 304
OK = 200
PartialContent = 206
PaymentRequired = 402
PermanentRedirect = 308
PreconditionFailed = 412
PreconditionRequired = 428
Processing = 102
ProxyAuthRequired = 407
RequestedRangeNotSatisfiable = 416
RequestEntityTooLarge = 413
RequestHeaderFieldsTooLarge = 431
RequestTimeout = 408
RequestURITooLong = 414
ResetContent = 205
SeeOther = 303
ServiceUnavailable = 503
SwitchingProtocols = 101
Teapot = 418
TemporaryRedirect = 307
TooManyRequests = 429
Unauthorized = 401
UnavailableForLegalReasons = 451
UnprocessableEntity = 422
UnsupportedMediaType = 415
UpgradeRequired = 426
UseProxy = 305
VariantAlsoNegotiates = 506