malomo v0.0.9 Malomo.Response
Link to this section Summary
Link to this section Types
Link to this type
t()
t() :: %Malomo.Response{
body: map(),
headers: [{String.t(), String.t()}],
private: map(),
status_code: pos_integer()
}
Link to this section Functions
Link to this function
new(response, private, config)
new(Malomo.HTTP.response_t(), Malomo.Config.t(), map()) :: t()