Malomo.Response (malomo v2.0.0-rc.3)
Link to this section Summary
Link to this section Types
Specs
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)
Specs
new(Malomo.Http.response_t(), Malomo.Config.t()) :: t()