Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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://deno.land/x/hono@v3.3.0-rc.1/client/index.ts";
definition: { headers?: Record<string, string>; fetch?: fetch; }