From 3ec25c5edf1e72c848ec2f27c06e30c1e9f7fa7f Mon Sep 17 00:00:00 2001 From: Toby Crawley Date: Mon, 19 Aug 2024 15:43:34 -0400 Subject: [PATCH] Update redir strategy javadoc links (#649) The existing links are no longer resolvable, and 404. --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index a0a66677..4e8e4a4e 100644 --- a/README.org +++ b/README.org @@ -717,8 +717,8 @@ Redirect Options: list of redirected URLs with key: =:trace-redirects=. - =:redirect-strategy= :: Sets the redirect strategy for clj-http. Accepts the following: - =:none= - Perform no redirects - - =:default= - See https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/client/DefaultRedirectStrategy.html - - =:lax= - See https://hc.apache.org/httpcomponents-client-ga/httpclient/apidocs/org/apache/http/impl/client/LaxRedirectStrategy.html + - =:default= - See https://hc.apache.org/httpcomponents-client-4.5.x/current/httpclient/apidocs/org/apache/http/impl/client/DefaultRedirectStrategy.html + - =:lax= - See https://hc.apache.org/httpcomponents-client-4.5.x/current/httpclient/apidocs/org/apache/http/impl/client/LaxRedirectStrategy.html - =:graceful= - Similar to =:default=, but does not throw exceptions when max redirects is reached. This is the redirects behaviour in 2.x - =nil= - When nil, assumes =:default=