Skip to main content
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.4.1/mod.ts";

Parameters

key: RemoveQuestion<ParamKeys<P>>

Returns

UndefinedIfHavingQuestion<ParamKeys<P>>

Returns

UnionToIntersection<ParamKeyToRecord<ParamKeys<P>>>