Skip to content

Instance Method

register(_:at:)

Registers a new Output to the RouterBuilder at a given path.
mutating func register(_ output: Self.Output, at path: [PathComponent]) throws

Parameters

output

Output to register.

path

Path to register output at.