Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function withEtag
import { withEtag } from "https://deno.land/x/etag_middleware@1.0.0/transform.ts";

Response with ETag header field.

Parameters

response: Response

Response

calculate: ComputeETag

Function to calculate ETag values.