Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cav/dom.ts>ClientInit

A server framework for Deno
Go to Latest
interface ClientInit
import { type ClientInit } from "https://deno.land/x/cav@0.2.3/dom.ts";

Settings used to initialize a client().

Properties

optional
url: URL | string

The location of the handler provided in the type parameter. Default: "/"

optional
headers: HeadersInit

Extra headers to include on all client requests.