Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/zoic/zoic.ts>default#put

A RESTful API-caching middleware library for Oak/Deno
Latest
method default.prototype.put
import { default } from "https://deno.land/x/zoic@v1.0.5/zoic.ts";

Manually sets response to cache.

Parameters

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