Inttegro.FileDownload (inttegro v0.1.0)

Copy Markdown View Source

Downloaded Inttegro file bytes and metadata.

Summary

Types

t()

@type t() :: %Inttegro.FileDownload{
  bytes: binary(),
  content_type: String.t() | nil,
  filename: String.t() | nil
}