Skip to content

Set Method

Purpose of the Node

The Set Method node allows you to set the HTTP method (e.g., GET, POST, PUT, DELETE, PATCH) for an HTTP request. This is useful when you need to dynamically change the request method based on certain conditions or inputs.

Pins

Pin NamePin DescriptionPin TypeValue Type
Request InThe incoming HTTP requestStructHttpRequest
Method InThe method to set for the HTTP requestStringGET, POST, PUT, DELETE, PATCH
Request OutThe updated HTTP requestStructHttpRequest