import * as oak from "https://deno.land/x/oak@v12.2.0/etag.ts";
A collection of oak specific APIs for management of ETags.
Functions
Calculate an ETag for an entity. When the entity is a specific set of data it will be fingerprinted as a "strong" tag, otherwise if it is just file information, it will be calculated as a weak tag. | |
Create middleware that will attempt to decode the response.body into
something that can be used to generate an | |
For a given Context, try to determine the response body entity that an ETag can be calculated from. | |
A helper function that takes the value from the | |
A helper function that takes the value from the |
Interfaces
Just the part of |