Skip to main content
Module

x/enzastdlib/rpc-http/mod.ts>HTTPClientOptions

enzastdlib is a set of TypeScript modules that follow a common design API philosophy aiming at sane defaults and ease-of-use targeting the Deno TypeScript runtime.
Latest
interface HTTPClientOptions
import { type HTTPClientOptions } from "https://deno.land/x/enzastdlib@v0.0.4/rpc-http/mod.ts";

Represents options passable to makeHTTPClient.

Properties

readonly
http: { readonly hostname: string; readonly https?: boolean; readonly port?: number; readonly endpoints?: { readonly notifications?: string; readonly procedures?: string; }; }

Represents options pertaining to configuring HTTP-related client options.