Nadia.HTTPDownloadResponse (nadia v1.6.0)

View Source

Bounded response metadata returned by streaming HTTP adapters.

Response bodies, request URLs, and redirect locations are deliberately not represented.

Summary

Types

t()

@type t() :: %Nadia.HTTPDownloadResponse{
  bytes_written: non_neg_integer(),
  headers: list(),
  status_code: non_neg_integer()
}