Skip to main content
Module

x/zoic/zoic.ts>Zoic#put

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

Manually sets response to cache.

Parameters

ctx: Context
next: () => Promise<unknown>