Tesla.Client (tex v0.1.0)
Link to this section Summary
Link to this section Types
Link to this type
adapter()
Specs
adapter() :: module() | {module(), any()} | (Tesla.Env.t() -> Tesla.Env.result())
Link to this type
middleware()
Specs
Specs
t() :: %Tesla.Client{
adapter: adapter() | nil,
fun: term(),
post: Tesla.Env.stack(),
pre: Tesla.Env.stack()
}