Skip to main content
Module

x/status/mod.ts>NON_AUTHORITATIVE_INFORMATION

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

Official Documentation @ https://tools.ietf.org/html/rfc7231#section-6.3.4 This response code means returned meta-information set is not exact set as available from the origin server, but collected from a local or a third party copy. Except this condition, 200 OK response should be preferred instead of this response.

type

203