Pristine.Core.Response (Pristine v0.3.0)

Copy Markdown View Source

Internal normalized response data from the transport port.

Summary

Types

t()

@type t() :: %Pristine.Core.Response{
  body: binary() | nil,
  headers: map(),
  metadata: map(),
  status: integer() | nil
}