Multipart.Part.binary_body

You're seeing just the function binary_body, go back to Multipart.Part module for more information.
Link to this function

binary_body(body, headers \\ [])

View Source

Specs

binary_body(binary(), headers()) :: t()

Builds a Part with a binary body.

Set the content_length of the Part to the length of the binary.