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://dotland.deno.dev/x/hono@v3.2.0-rc.1/client/types.ts";
definition: { headers?: Record<string, string>; fetch?: fetch; }