ex_nifcloud v0.0.1 ExNifcloud.Request.Hackney View Source

Configuration for :hackney Options can be set for :hackney with the following config:

config :ex_nifcloud, :hackney_opts,
  recv_timeout: 30_000

The default config handles setting the above

Link to this section Summary

Link to this section Functions

Link to this function request(method, url, body \\ "", headers \\ [], http_opts \\ []) View Source

Callback implementation for ExNifcloud.Request.HttpClient.request/5.