tesla v1.2.1 Tesla.Client View Source

Link to this section Summary

Link to this section Types

Link to this type middleware() View Source
middleware() :: module() | {module(), any()}
Link to this type t() View Source
t() :: %Tesla.Client{
  adapter: adapter() | nil,
  fun: term(),
  post: Tesla.Env.stack(),
  pre: Tesla.Env.stack()
}