import { etag } from "https://deno.land/x/oak_sessions@v4.0.2/deps.ts";
const { getEntity } = etag;
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>