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

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

Proxy middleware for Deno Oak HTTP servers. 🐿 🦕
Latest
interface Opine.RangeParserOptions
import { type Opine } from "https://deno.land/x/oak_http_proxy@2.3.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.