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

x/live/utils/segment.ts>segmentFor

Deno Compose is a modern visual editor and app framework for dynamic, high-performance sites.
Go to Latest
variable segmentFor
import { segmentFor } from "https://deno.land/x/live@1.45.1/utils/segment.ts";

Calculates the etag for the current request.

type

(state: Partial<RequestState>, url: string) => Promise<string>