Skip to main content
Module

x/cav/deps.ts>fileServer.EtagAlgorithm

A server framework for Deno
Go to Latest
type alias fileServer.EtagAlgorithm
import { type fileServer } from "https://deno.land/x/cav@0.2.0-alpha.7/deps.ts";
const { EtagAlgorithm } = fileServer;

Algorithm used to determine etag

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