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

x/authlete_deno/mod.ts>Status

Authlete Library for Deno
Go to Latest
class Status
Re-export
import { Status } from "https://deno.land/x/authlete_deno@v1.2.3/mod.ts";

HTTP status code.

Static Properties

readonly
BAD_REQUEST: number
readonly
CREATED: number
readonly
FORBIDDEN: number
readonly
FOUND: number
readonly
INTERNAL_SERVER_ERROR: number
readonly
NO_CONTENT: number
readonly
NOT_FOUND: number
readonly
OK: number
readonly
UNAUTHORIZED: number