ex_easypost v2.0.0 ExEasyPost.Client.Hackney
Hackney based HTTP client.
Options can be set for :hackney
with the following config:
config :ex_easypost, :hackney_opts,
recv_timeout: 30_000
Link to this section Summary
Functions
Callback implementation for ExEasyPost.Client.HTTP.request/5
Link to this section Functions
Link to this function
request(method, url, body \\ "", headers \\ [], client_opts \\ [])
Callback implementation for ExEasyPost.Client.HTTP.request/5
.