x/oak/headers.ts

A middleware framework for handling HTTP with Deno 🐿️ 🦕
Very Popular
Go to Latest
function unquote
import { unquote } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/headers.ts?s=unquote";

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

Parameters

value: string[src]