Skip to main content
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://deno.land/x/hono@v3.6.0-rc.2/mod.ts";
definition: { headers?: Record<string, string>; fetch?: fetch; }