Skip to main content
Module

x/status/mod.ts>PROXY_AUTHENTICATION_REQUIRED

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

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

This is similar to 401 but authentication is needed to be done by a proxy.

type

407