Packages

Elixir client for ClickHouse, a fast open-source Online Analytical Processing (OLAP) database management system.

Current section

Files

Jump to
suexcxine_pillar lib pillar http_client response.ex
Raw

lib/pillar/http_client/response.ex

defmodule Pillar.HttpClient.Response do
@moduledoc """
Wrapper for HTTP response
"""
defstruct [:status_code, :body, :headers]
end