import { ifRange } from "https://dotland.deno.dev/x/oak@v12.6.2/range.ts";
Determine, by the value of an If-Range
header, if a Range
header should
be applied to a request, returning true
if it should or otherwise
false
.
import { ifRange } from "https://dotland.deno.dev/x/oak@v12.6.2/range.ts";
Determine, by the value of an If-Range
header, if a Range
header should
be applied to a request, returning true
if it should or otherwise
false
.