Malomo.Request (malomo v2.0.0)

Link to this section Summary

Link to this section Types

@type t() :: %Malomo.Request{
  body: String.t(),
  headers: Malomo.http_headers_t(),
  method: Malomo.http_method_t(),
  private: map(),
  url: String.t()
}

Link to this section Functions

Link to this function

new(operation, config)

@spec new(Malomo.Operation.t(), Malomo.Config.t()) :: t()
Link to this function

send(request, config)

@spec send(t(), Malomo.Config.t()) :: Malomo.http_response_t()