ESClient v0.1.3 ESClient.Response View Source

A struct containing the response data for an Elasticsearch request.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ESClient.Response{
  content_type: String.t(),
  data: binary() | %{optional(atom() | String.t()) => any()},
  status_code: integer()
}