Req.follow_redirects
You're seeing just the function
follow_redirects
, go back to Req module for more information.
Follows redirects.
Examples
iex> Req.get!("http://api.github.com").status
# 23:24:11.670 [debug] Req.follow_redirects/2: Redirecting to https://api.github.com/
200