property Request.params

Values captured by the matched route's :name segments; {} for a literal route.

Type

Record<string, string>

Usage

import { type Request } from "lib/web/index.ts";