Module

x/hono/mod.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.5.6/mod.ts";
definition: { headers?: Record<string, string>; fetch?: fetch; }