forward: Forward Request to The Next Handler

View source: R/plumber-step.R

forwardR Documentation

Forward Request to The Next Handler

Description

This function is used when a filter is done processing a request and wishes to pass control off to the next handler in the chain. If this is not called by a filter, the assumption is that the filter fully handled the request itself and no other filters or endpoints should be evaluated for this request.

Usage

forward()

plumber documentation built on Sept. 7, 2022, 1:05 a.m.