Instance Propertyvapor 4.114.1Vapor

parameters

A container containing the route parameters that were captured when receiving this request. Use this container to grab any non-static parameters from the URL, such as model IDs in a REST API.

Request.swift:243
var parameters: Parameters { get set }