View Source Ravix.Connection.Executor.RavenResponse (ravix v0.9.0)

Struct to represent a response from RavenDB

Link to this section Summary

Link to this section Types

@type t() :: %Ravix.Connection.Executor.RavenResponse{
  body: any(),
  headers: keyword(),
  status_code: integer()
}

Link to this section Functions