an object representing a step in the lifecycle of the treatment of a request by a plumber router.
Super class
plumber::Hookable -> PlumberStep
Public fields
srcreffrom step block
lineslines from step block
serializerstep serializer function
Methods
Inherited methods
Method new()
Create a new PlumberStep() object
Usage
PlumberStep$new(expr, envir, lines, serializer, srcref)Method registerHook()
step hook registration method
Usage
PlumberStep$registerHook(
stage = c("preexec", "postexec", "aroundexec"),
handler
)