Requisição entregue à camada de transporte.
Summary
Functions
Devolve o body decodificado como JSON, quando houver.
Types
@type t() :: %ApiBrasil.Core.Transport.Request{ body: binary() | nil, headers: %{required(String.t()) => String.t()}, method: ApiBrasil.Core.Transport.method(), response_type: :json | :binary, timeout: non_neg_integer() | nil, url: String.t() }