Adds the given four-byte integer to the end of the response.

Fusion can only handle signed integers, so the value is -2,147,483,648 to +2,147,483,647 inclusive.


Note this is affected by the endianness, set by the On request > Add to response > Binary > Set big endian and Set little-endian (default) actions.

The parameter you pass will be in little-endian, but Webserver will swap the bytes if it is set to big-endian.

Read more about endianness here.