Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

A library for building V8 Isolate web apps on Cloudflare Workers, Deno, and Node.JS
Go to Latest
interface TransferCodingHeaders
import { type TransferCodingHeaders } from "https://deno.land/x/keywork@v6.0.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.