ESClient v0.1.5 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: any(),
  status_code: integer()
}