Type Definition tower_http::follow_redirect::policy::Standard[][src]

type Standard = And<Limited, FilterCredentials>;
This is supported on crate feature follow-redirect only.
Expand description

A redirection Policy with a reasonable set of standard behavior.

This policy limits the number of successive redirections (Limited) and removes credentials from requests in cross-origin redirections (FilterCredentials).