import { type RangeRequestsHeaders } from "https://deno.land/x/keywork@v6.2.1/http/headers/mod.ts";
Properties
Indicates if the server supports range requests, and if so in which unit the range can be expressed.
Creates a conditional range request that is only fulfilled if the given etag or date matches the remote resource. Used to prevent downloading two ranges from incompatible version of the resource.