tesla v0.8.0 Tesla.Middleware.FollowRedirects View Source

Follow 301/302 redirects

Example:

defmodule MyClient do
  use Tesla

  plug Tesla.Middleware.FollowRedirects, max_redirects: 3 # defaults to 5
end

Link to this section Summary

Link to this section Functions

Link to this function call(env, next, opts \\ []) View Source