Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Properties

Transfer-Encoding: string

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

TE: string

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

Trailer: string

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