Current section

Files

Jump to
nex_core lib nex response.ex
Raw

lib/nex/response.ex

defmodule Nex.Response do
@moduledoc """
Standardized Response object.
"""
defstruct status: 200, body: nil, headers: %{}, content_type: "application/json"
end