ex_easypost v1.0.0 ExEasyPost.Client.HTTPoison
HTTPoison based HTTP client.
Options can be set for :httpoison with the following config:
config :ex_easypost, :httpoison_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 \\ [], http_opts \\ [])
Callback implementation for ExEasyPost.Client.HTTP.request/5
.