Skip to main content

TransferCodingHeaders

Overview

Usage

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

Properties

TE

TE: `string`

Specifies the transfer encodings the user agent is willing to accept.

Defined in

http/headers/mod.ts:397

Trailer

Trailer: `string`

Allows the sender to include additional fields at the end of chunked message.

Defined in

http/headers/mod.ts:399

Transfer-Encoding

Transfer-Encoding: `string`

Specifies the form of encoding used to safely transfer the resource to the user.

Defined in

http/headers/mod.ts:395