Skip to main content

RangeRequestsHeaders

Overview

Usage

import { RangeRequestsHeaders } from 'keywork/http/headers'

Properties

Accept-Ranges

Accept-Ranges: `string`

Indicates if the server supports range requests, and if so in which unit the range can be expressed.

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