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

x/hono/client/types.ts>RequestOption

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