Skip to content

Set Bytes Body

Purpose of the Node

This node is used to modify the body of an HTTP request to a byte array. It takes an HTTP request and a byte array as inputs, and outputs the modified HTTP request with the new body.

Pins

Pin NamePin DescriptionPin TypeValue Type
StartThe HTTP request to modifyStructHttpRequest
BodyThe byte array to set as the request bodyByteArray
EndThe modified HTTP request with the new bodyStructHttpRequest