Module

x/hono/client/index.ts>ClientRequestOptions

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
type alias ClientRequestOptions
import { type ClientRequestOptions } from "https://dotland.deno.dev/x/hono@v3.4.3/client/index.ts";
definition: { headers?: Record<string, string>; fetch?: fetch; }