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

x/zoic/zoic.ts>cacheValue

A caching middeware library for Deno HTTP framework, Oak.
Go to Latest
interface cacheValue
import { type cacheValue } from "https://deno.land/x/zoic@v1.0.2/zoic.ts";

Properties

headers: { [k: string]: string; }
body: Uint8Array
status: number