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

Struct to represent a response from RavenDB

Summary

Types

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

Functions