Skip to main content
Module

x/cav/client.ts>client

A server framework for Deno
Go to Latest
function client
import { client } from "https://deno.land/x/cav@0.0.8/client.ts";

Constructs a new Client tied to a given base URL. The provided set of packers will be used everywhere that data is packed/unpacked when using this client, including web sockets.

Parameters

optional
base = [UNSUPPORTED]
optional
packers: Packers