Current section

Files

Jump to
xclient lib xclient response.ex
Raw

lib/xclient/response.ex

defmodule XClient.Response do
@moduledoc false
defstruct status_code: nil,
headers: [],
body: []
@type t :: XClient.response()
end