Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ayonli_jsext/workerd/http.ts>Range

A JavaScript extension package for building strong and modern applications.
Latest
interface Range
Re-export
import { type Range } from "https://deno.land/x/ayonli_jsext@v0.9.72/workerd/http.ts";

Represents the HTTP request Range header.

Properties

unit: string

The unit in which ranges are specified, usually bytes.

ranges: { start: number; end?: number; }[]

The ranges of units requested.

optional
suffix: number

The number of units at the end of the resource requested.