RangeRequestsHeaders
Overview
Usage
- Node
- Deno
import { RangeRequestsHeaders } from 'keywork/http/headers'
import { RangeRequestsHeaders } from 'https://deno.land/x/keywork/http/headers'
Properties
Accept-Ranges
Accept-Ranges: `string`
Defined in
http/headers/mod.ts:339
Content-Range
Content-Range: `string`
Indicates where in a full body message a partial message belongs.
Defined in
http/headers/mod.ts:345
If-Range
If-Range: `string`
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.
Defined in
http/headers/mod.ts:343
Range
Range: `string`
Indicates the part of a document that the server should return.
Defined in
http/headers/mod.ts:341
Indicates if the server supports range requests, and if so in which unit the range can be expressed.