ExAws v1.0.0-rc.4 ExAws.Request.Hackney

Configuration for :hackney

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

config :ex_aws, :hackney_opts,
  recv_timeout: 30_000

The default config handles setting the above

Summary

Functions

request(method, url, body \\ "", headers \\ [], http_opts \\ [])

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