import { Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts";
const { ifRange } = Oak;
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
.