Fluffy.Download (Fluffy v0.1.1)

Copy Markdown View Source

A normalized download captured by Fluffy.wait_for/3,4 with Fluffy.Event.download/2.

Summary

Types

t()

@type t() :: %Fluffy.Download{
  bytes: binary(),
  content_type: String.t(),
  filename: String.t(),
  url: String.t()
}