nested-responders ( -- seq )
Furnace framework ยป Miscellaneous Furnace features

Next:each-responder ( quot: ( ... responder -- ... ) -- )


Vocabulary
furnace.utilities

Inputs
None

Outputs
seqa sequence of responders


Word description
Outputs a sequence of responders which participated in the processing of the current request, with the main responder first and the innermost responder last.

Definition