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

x/windmill/windmill-api/index.ts>ResponseContext#getParsedHeader

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
method ResponseContext.prototype.getParsedHeader
import { ResponseContext } from "https://deno.land/x/windmill@v1.32.0/windmill-api/index.ts";

Parse header value in the form value; param1="value1"

E.g. for Content-Type or Content-Disposition Parameter names are converted to lower case The first parameter is returned with the key ""

Parameters

headerName: string

Returns

{ [parameter: string]: string; }