Skip to main content
Module

x/range_request_middleware/deps.ts

HTTP range request middleware
Latest
import * as rangeRequestMiddleware from "https://deno.land/x/range_request_middleware@1.3.0/deps.ts";

Enums

HTTP conditional requests header fields.

Standard HTTP methods.

HTTP range requests header fields.

HTTP representation data and metadata header fields.

Standard HTTP status codes.

Functions

Concatenate the given arrays into a new Uint8Array.

Returns all distinct elements in the given array, preserving order by first occurrence.

Returns a new Headers with all entries of the given headers except the ones that have a key(header name or field name) that does not match the given predicate.

Whether the ResultContainer is ErrContainer or not.

Whether the RangeSpec is IntRange or not.

Whether the array is not empty or not.

Whether the input is null or not.

Whether the input is number or not.

Whether the RangeSpec is OtherRange or not.

Whether the input is RepresentationHeader or not.

Whether the input is string or not.

Parses string into AcceptRanges.

Parses a string into Range.

Serialize ContentRange into string.

Converts a hash to a string with a given encoding.

Wrap code that may throw errors in a container.

Interfaces

HTTP handler API.

Representation of <incl-range>.

<int-range> representation.

HTTP middleware API.

<ranges-specifier> representation.

<suffix-range> representation.

Type Aliases

Content-Range header field. Representation of Content-Range.

<other-range> representation.

<Range> representation.

<range-set> representation.

<range-spec> representation.

Representation of token.