Skip to main content
Module

x/status/mod.ts>NOT_ACCEPTABLE

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

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

This response is sent when the web server, after performing server-driven content negotiation, doesn't find any content following the criteria given by the user agent.

type

406