Skip to main content
Module

x/superdeno/test/deps.ts>Opine.RangeParserOptions

Super-agent driven library for testing Deno HTTP servers.
Latest
interface Opine.RangeParserOptions
import { type Opine } from "https://deno.land/x/superdeno@4.9.0/test/deps.ts";
const { RangeParserOptions } = Opine;

Properties

optional
combine: boolean

The "combine" option can be set to true and overlapping & adjacent ranges will be combined into a single range.