Skip to main content
Module

x/status/mod.ts>LENGTH_REQUIRED

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

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

Server rejected the request because the Content-Length header field is not defined and the server requires it.

type

411