import { getEntity } from "https://deno.land/x/oak@v17.1.3/middleware/etag.ts";
For a given Context, try to determine the response body entity that an ETag can be calculated from.
Type Parameters
optional
S extends State = Record<string, any>import { getEntity } from "https://deno.land/x/oak@v17.1.3/middleware/etag.ts";
For a given Context, try to determine the response body entity that an ETag can be calculated from.