Skip to main content
Module

x/allo_routing/mod.ts>Status

🦕 Routing solution for Deno
Go to Latest
enum Status
Re-export
import { Status } from "https://deno.land/x/allo_routing@v1.2.0/mod.ts";

Members

S100_Continue = 100
S101_SwitchingProtocols = 101
S102_Processing = 102
S200_Ok = 200
S201_Created = 201
S202_Accepted = 202
S203_NonAuthoritativeInformation = 203
S204_NoContent = 204
S205_ResetContent = 205
S206_PartialContent = 206
S207_MultiStatus = 207
S208_AlreadyReported = 208
S226_ImUsed = 226
S300_MultipleChoices = 300
S301_MovedPermanently = 301
S302_Found = 302
S303_SeeOther = 303
S304_NotModified = 304
S305_UseProxy = 305
S307_TemporaryRedirect = 307
S308_PermanentRedirect = 308
S400_BadRequest = 400
S401_Unauthorized = 401
S402_PaymentRequired = 402
S403_Forbidden = 403
S404_NotFound = 404
S405_MethodNotAllowed = 405
S406_NotAcceptable = 406
S407_ProxyAuthenticationRequired = 407
S408_RequestTimeout = 408
S409_Conflict = 409
S410_Gone = 410
S411_LengthRequired = 411
S412_PreconditionFailed = 412
S413_RequestEntityTooLarge = 413
S414_RequestUriTooLong = 414
S415_UnsupportedMediaType = 415
S416_RequestedRangeNotSatisfiable = 416
S417_ExpectationFailed = 417
S421_MisdirectedRequest = 421
S422_UnprocessableEntity = 422
S423_Locked = 423
S424_FailedDependency = 424
S426_UpgradeRequired = 426
S428_PreconditionRequired = 428
S429_TooManyRequests = 429
S431_RequestHeaderFieldsTooLarge = 431
S451_UnavailableForLegalReasons = 451
S500_InternalServerError = 500
S501_NotImplemented = 501
S502_BadGateway = 502
S503_ServiceUnavailable = 503
S504_GatewayTimeout = 504
S505_HttpVersionNotSupported = 505
S506_VariantAlsoNegotiates = 506
S507_InsufficientStorage = 507
S508_LoopDetected = 508
S510_NotExtended = 510
S511_NetworkAuthenticationRequired = 511