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

x/hono/mod.ts>HonoRequest#param

Ultrafast web framework for the Edges
Extremely Popular
Go to Latest
method HonoRequest.prototype.param
import { HonoRequest } from "https://deno.land/x/hono@v3.3.1/mod.ts";

Parameters

key: RemoveQuestion<ParamKeys<P>>

Returns

UndefinedIfHavingQuestion<ParamKeys<P>>

Returns

UnionToIntersection<ParamKeyToRecord<ParamKeys<P>>>