Body fixes
Description
This release is mostly about fixes, it fixes the body sending, as before it converted the Stream
to a String
and then to a Byte[]
this way breaking any custom binary format, but now it conserves the format as it's sent by the user.