Skip to main content
Module

x/keywork/http/headers/mod.ts>MessageBodyInformationHeaders

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Go to Latest
interface MessageBodyInformationHeaders
import { type MessageBodyInformationHeaders } from "https://deno.land/x/keywork@v6.0.1/http/headers/mod.ts";

Properties

Content-Length: string

The size of the resource, in decimal number of bytes.

Content-Type: string

Indicates the media type of the resource.

Content-Encoding: string

Used to specify the compression algorithm.

Content-Language: string

Describes the human language(s) intended for the audience, so that it allows a user to differentiate according to the users' own preferred language.

Content-Location: string

Indicates an alternate location for the returned data.