Public runtime response wrapper for execute and stream workflows.
Summary
Types
@type t() :: %Pristine.Response{ body: term(), headers: map(), metadata: map(), status: integer() | nil, stream: Enumerable.t() | nil }
Functions
@spec from_stream(Pristine.Core.StreamResponse.t()) :: t()
@spec from_transport(Pristine.Core.Response.t()) :: t()