On HTTP Route
Overview
On HTTP Route is an Event Listener Node that executes when a Request
is received by a specific Route, which is set up in the Attributes
, and returns the data defined by the outputs. A Route is made up of a Method
and URL
.
The Node changes with each Route added. Please refer to the example for more information.
Scope: Project, Scene.
Attributes
Outputs
Example
To better demonstrate the differences between the Methods
and how that translates to changes in the Node, please refer to the following image:
Every Method
creates a new Output Pulse for that specific Method
, along with the provided URL given in the Attributes section. If there are multiple Methods
, some Outputs are shared. These are Headers
, Query
, and Request ID
, which appear at the bottom of the Node. For the Methods
that return the String Output Body
, a separate Body
Output is created for each.
External Links
Different HTTP Methods on W3Schools.
Last updated