malomo v0.0.6 Malomo.Response

Represents an HTTP response.

Link to this section Summary

Link to this section Types

Link to this type

t()
t() :: %Malomo.Response{
  body: map(),
  headers: [{binary(), binary()}],
  status_code: pos_integer()
}