Packages
Elixir client for ClickHouse, a fast open-source Online Analytical Processing (OLAP) database management system.
Current section
Files
Jump to
Current section
Files
lib/pillar/http_client/response.ex
defmodule Pillar.HttpClient.Response do
@moduledoc """
Wrapper for HTTP response
"""
defstruct [:status_code, :body, :headers]
end