Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/frugal/dep/std/http.ts>EtagAlgorithm

A frugal web framework
Go to Latest
type alias EtagAlgorithm
import { type EtagAlgorithm } from "https://deno.land/x/frugal@0.3.0/dep/std/http.ts";

Algorithm used to determine etag

definition:
| "fnv1a"
| "sha-1"
| "sha-256"
| "sha-384"
| "sha-512"