InflexDB v0.1.2 InflexDB.HTTPResponse View Source

Struct representing a HTTP response from InfluxDB.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %InflexDB.HTTPResponse{
  body: String.t() | map(),
  headers: map(),
  status: integer()
}