Sycophant.Config.Tesla (sycophant v0.4.2)

Copy Markdown

Schema for Tesla HTTP client configuration.

Summary

Types

t()

@type t() :: %Sycophant.Config.Tesla{
  adapter: nil | any(),
  middlewares: [any()],
  timeout: nil | integer()
}

Functions

t()