malomo v0.0.2 Malomo.HTTP.Hackney

Link to this section Summary

Link to this section Functions

Link to this function request(method, url, headers, body, opts)
request(
  Malomo.HTTP.method_t(),
  binary(),
  Malomo.HTTP.headers_t(),
  binary(),
  any()
) :: {:ok, Malomo.HTTP.response_t()} | {:error, any()}

Callback implementation for Malomo.HTTP.request/5.