Skip to main content
Module

x/drash/mod.ts>Types.HttpHeadersKeyValuePairs

A microframework for Deno's HTTP server with zero third-party dependencies
Go to Latest
type alias Types.HttpHeadersKeyValuePairs
import { type Types } from "https://deno.land/x/drash@v2.8.1/mod.ts";
const { HttpHeadersKeyValuePairs } = Types;
definition: Record<string, string>