Skip to main content
Module

x/live/blocks/utils.tsx>RequestState

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Very Popular
Go to Latest
interface RequestState
import { type RequestState } from "https://deno.land/x/live@1.77.0/blocks/utils.tsx";

Values that are fulfilled for every request

Properties

vary: string[]
response: { headers: Headers; status?: Status; }
bag: WeakMap<any, any>
flags: Flag[]