Skip to main content
Module

x/cav/mod.ts>ClientInit

A server framework for Deno
Go to Latest
interface ClientInit
import { type ClientInit } from "https://deno.land/x/cav@0.2.3/mod.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.