Nex.Response
(nex_core v0.4.3)
Copy Markdown
Standardized Response object.
Summary
Types
@type content_type() :: String.t()
@type status() :: non_neg_integer()
@type t() :: %Nex.Response{ body: term(), content_type: content_type(), headers: headers(), status: status() }