MessageBodyInformationHeaders
Overview
Usage
- Node
- Deno
import { MessageBodyInformationHeaders } from 'keywork/http/headers'
import { MessageBodyInformationHeaders } from 'https://deno.land/x/keywork/http/headers'
Properties
Content-Encoding
Content-Encoding: `string`
Defined in
http/headers/mod.ts:287
Content-Language
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.
Defined in
http/headers/mod.ts:289
Content-Length
Content-Length: `string`
The size of the resource, in decimal number of bytes.
Defined in
http/headers/mod.ts:283
Content-Location
Content-Location: `string`
Indicates an alternate location for the returned data.
Defined in
http/headers/mod.ts:291
Content-Type
Content-Type: `string`
Indicates the media type of the resource.
Defined in
http/headers/mod.ts:285
Used to specify the compression algorithm.