Response structure used by HTTP adapters.
@type t() :: %DSpace.API.HTTP.Response{ body: map() | binary() | term(), headers: %{optional(binary()) => [binary()]}, request_url: URI.t(), status: non_neg_integer() }
@spec format(t()) :: binary()