ex_easypost v2.0.2 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

Link to this section Functions

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

Callback implementation for ExEasyPost.Client.HTTP.request/5.