Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/hono/client/types.ts>RequestOptions

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