malomo v0.0.6 Malomo.HTTP.Hackney
Link to this section Summary
Functions
Callback implementation for Malomo.HTTP.request/5
.
Link to this section Functions
Link to this function
request(method, url, headers, body, opts)
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()}
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
.