ARI v0.1.2 ARI.HTTPClient.Response View Source

Response returned from all REST calls

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ARI.HTTPClient.Response{
  completed: term(),
  data: term(),
  error: term(),
  headers: term(),
  json: term(),
  status: term()
}