Skip to main content
Module

x/status/mod.ts>PARTIAL_CONTENT

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

Official Documentation @ https://tools.ietf.org/html/rfc7233#section-4.1

This response code is used because of range header sent by the client to separate download into multiple streams.

type

206