File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ write new ones.
42
42
43
43
* Response body streaming (by setting ` into: fun | collectable ` .)
44
44
45
- * Follows redirects (via [ ` follow_redirects ` ] step.)
45
+ * Follows redirects (via [ ` redirect ` ] step.)
46
46
47
47
* Retries on errors (via [ ` retry ` ] step.)
48
48
@@ -239,7 +239,7 @@ limitations under the License.
239
239
[ `decode_body` ] : https://hexdocs.pm/req/Req.Steps.html#decode_body/1
240
240
[ `decompress_body` ] : https://hexdocs.pm/req/Req.Steps.html#decompress_body/1
241
241
[ `encode_body` ] : https://hexdocs.pm/req/Req.Steps.html#encode_body/1
242
- [ `follow_redirects ` ] : https://hexdocs.pm/req/Req.Steps.html#follow_redirects /1
242
+ [ `redirect ` ] : https://hexdocs.pm/req/Req.Steps.html#redirect /1
243
243
[ `handle_http_errors` ] : https://hexdocs.pm/req/Req.Steps.html#handle_http_errors/1
244
244
[ `output` ] : https://hexdocs.pm/req/Req.Steps.html#output/1
245
245
[ `put_base_url` ] : https://hexdocs.pm/req/Req.Steps.html#put_base_url/1
You can’t perform that action at this time.
0 commit comments