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@vv3.5.0-rc.1/mod.ts";
definition: { headers?: Record<string, string>; fetch?: fetch; }