View Source Ravix.Connection.Response (ravix v0.1.0)
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() }