Skip to main content
Module

x/fast/mod.ts>middleware.etag

Small web framework with near-native performance.
Go to Latest
variable middleware.etag
import { middleware } from "https://deno.land/x/fast@3.7.0/mod.ts";
const { etag } = middleware;

type

(options?: ETagOptions) => unknown