Skip to content

Set String Body

Purpose of the Node

Sets the body of an HTTP request to a specified string value, allowing for dynamic content manipulation in web API interactions.

Pins

Pin NamePin DescriptionPin TypeValue Type
requestThe HTTP request to modify.StructHttpRequest
bodyThe string body content to set.StringNormal
request_outThe modified HTTP request with the new body.StructHttpRequest