Skip to main content
Module

x/status/mod.ts>USE_PROXY

🗿 HTTP status utility for Deno. Based on Java Apache HttpStatus
Latest
variable USE_PROXY
Deprecated
Deprecated

Official Documentation @ https://tools.ietf.org/html/rfc7231#section-6.4.6

Was defined in a previous version of the HTTP specification to indicate that a requested response must be accessed by a proxy. It has been deprecated due to security concerns regarding in-band configuration of a proxy.

import { USE_PROXY } from "https://deno.land/x/status@0.1.0/mod.ts";

type

305