Nadia. HTTPDownloadResponse
(nadia v1.6.1)
View Source
Bounded response metadata returned by streaming HTTP adapters.
Response bodies, request URLs, and redirect locations are deliberately not represented.
Summary
Types
@type t() :: %Nadia.HTTPDownloadResponse{ bytes_written: non_neg_integer(), headers: list(), status_code: non_neg_integer() }