Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/keywork/http/headers/mod.ts>RangeRequestsHeaders

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Latest
interface RangeRequestsHeaders
import { type RangeRequestsHeaders } from "https://deno.land/x/keywork@v6.2.1/http/headers/mod.ts";

Properties

Accept-Ranges: string

Indicates if the server supports range requests, and if so in which unit the range can be expressed.

Range: string

Indicates the part of a document that the server should return.

If-Range: string

Creates a conditional range request that is only fulfilled if the given etag or date matches the remote resource. Used to prevent downloading two ranges from incompatible version of the resource.

Content-Range: string

Indicates where in a full body message a partial message belongs.