Skip to main content
Module

x/hono/client/types.ts>RequestOptions

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