Skip to main content
Module

x/hono/middleware/etag/index.ts

Web Framework built on Web Standards
Extremely Popular
Go to Latest
import * as hono from "https://deno.land/x/hono@v4.3.10/middleware/etag/index.ts";

Variables

Default headers to pass through on 304 responses. From the spec:

The response must not contain a body and must include the headers that would have been sent in an equivalent 200 OK response: Cache-Control, Content-Location, Date, ETag, Expires, and Vary.