Multipart.Part.file_body

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

file_body(path, headers \\ [])

View Source

Specs

file_body(String.t(), headers()) :: t()

Builds a Part with a streaming file body.

Set the content_length of the Part to the size of the file on disk, as inspected with File.stat.