View Source Ravix.Connection.Response (ravix v0.6.3)

Represents the response of a RavenDB API call

Link to this section Summary

Link to this section Types

@type t() :: %Ravix.Connection.Response{
  data: map(),
  headers: [map()],
  status: non_neg_integer()
}