Malomo.Response (malomo v2.0.0)

Link to this section Summary

Link to this section Types

@type t() :: %Malomo.Response{
  body: any(),
  headers: Malomo.http_headers_t(),
  status_code: Malomo.http_status_code_t()
}

Link to this section Functions

Link to this function

new(response, config)