# chain to / sub local : Chained PathPart('foo') { ... } # chain to the foo action sub bar : Chained('foo') CaptureArgs(1) { ... } # endpoint, chain to bar action sub baz : Chained('bar') Args(1) { ... }