Skip to main content
Module

x/oak_commons/content_disposition.ts>getFilename

A set of APIs for handling HTTP and HTTPS requests with Deno 🐿️ 🦕
Very Popular
Go to Latest
function getFilename
import { getFilename } from "https://deno.land/x/oak_commons@0.13.0/content_disposition.ts";

Parse a Content-Disposition header value to retrieve the filename of the file.

Parameters

header: string

Returns

string