Module: HTTPX::Plugins::FollowRedirects::_FollowRedirectsOptions
- Defined in:
- sig/plugins/follow_redirects.rbs
Instance Method Summary collapse
- #allow_auth_to_other_origins ⇒ Boolean?
- #follow_insecure_redirects ⇒ Boolean?
- #max_redirects ⇒ Integer?
- #redirect_on ⇒ ^(http_uri) -> boolish?
Instance Method Details
#allow_auth_to_other_origins ⇒ Boolean?
17 |
# File 'sig/plugins/follow_redirects.rbs', line 17
def allow_auth_to_other_origins: () -> bool?
|
#follow_insecure_redirects ⇒ Boolean?
15 |
# File 'sig/plugins/follow_redirects.rbs', line 15
def follow_insecure_redirects: () -> bool?
|
#max_redirects ⇒ Integer?
13 |
# File 'sig/plugins/follow_redirects.rbs', line 13
def max_redirects: () -> Integer?
|
#redirect_on ⇒ ^(http_uri) -> boolish?
19 |
# File 'sig/plugins/follow_redirects.rbs', line 19
def redirect_on: () -> (^(http_uri) -> boolish | nil)
|