Skip to main content
Module

x/status/mod.ts>UNAUTHORIZED

🗿 HTTP status utility for Deno. Based on Java Apache HttpStatus
Latest
variable UNAUTHORIZED
import { UNAUTHORIZED } from "https://deno.land/x/status@0.1.0/mod.ts";

Official Documentation @ https://tools.ietf.org/html/rfc7235#section-3.1

Although the HTTP standard specifies "unauthorized", semantically this response means "unauthenticated". That is, the client must authenticate itself to get the requested response.

type

401