Skip to content

Structure

Parameters

Holds dynamic path components that were discovered while routing.
struct Parameters

Overview

After this struct has been filled with parameter values, you can fetch them out by name using get(_:) or get(_:as:).

let postID = parameters.get("post_id")

Topics

Initializers

Instance Properties

Instance Methods

Relationships

Conforms To

  • Swift.Sendable
  • Swift.SendableMetatype