Skip to main content

MAX_REDIRECTS

Constant MAX_REDIRECTS 

Source
pub const MAX_REDIRECTS: usize = 20;
Available on crate feature tower only.
Expand description

How many redirects to follow before delivering the last one unfollowed.

Twenty is what browsers allow.