Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function withEtag
import { withEtag } from "https://deno.land/x/etag_middleware@1.0.0-beta.3/transform.ts";

Response with ETag header field.

Parameters

response: Response

Response

calculate: ComputeETag

Function to calculate ETag values.