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>DownloadsHeaders

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

Properties

Content-Disposition: string

Indicates if the resource transmitted should be displayed inline (default behavior without the header), or if it should be handled like a download and the browser should present a "Save As" dialog.