Files
reqwest-impersonate/tests
Sean McArthur ce43f80d8b Refactor Redirect API (#741)
Changed the redirect types to be from the `redirect` module:

- `reqwest::RedirectPolicy` is now `reqwest::redirect::Policy`
- `reqwest::RedirectAttempt` is now `reqwest::redirect::Attempt`
- `reqwest::RedirectAction` is now `reqwest::redirect::Action`

Changed behavior of default policy to no longer check for redirect loops
(loops should still be caught eventually by the maximum limit).

Removed the `too_many_redirects` and `loop_detected` methods from
`Action`.

Added `error` to `Action` that can be passed any error type.

Closes #717
2019-12-16 15:57:09 -08:00
..
2019-12-10 16:24:05 -08:00
2019-09-09 17:20:51 -07:00
2019-12-10 16:24:05 -08:00
2019-12-10 16:24:05 -08:00
2019-12-16 15:57:09 -08:00
2019-12-16 15:57:09 -08:00
2019-12-10 16:24:05 -08:00