# `ExAws.Request.Hackney`
[🔗](https://github.com/ex-aws/ex_aws/blob/v2.7.0/lib/ex_aws/request/hackney.ex#L2)

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.

# `request`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
