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

x/oak/headers.ts>unquote

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Extremely Popular
Go to Latest
function unquote
import { unquote } from "https://deno.land/x/oak@v12.2.0/headers.ts";

Unquotes attribute values that might be pass as part of a header.

Parameters

value: string

Returns

string