TransferCodingHeaders
Overview
Usage
- Node
- Deno
import { TransferCodingHeaders } from 'keywork/http/headers'
import { TransferCodingHeaders } from 'https://deno.land/x/keywork/http/headers'
Properties
TE
TE: `string`
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
Specifies the transfer encodings the user agent is willing to accept.