.. java:import:: org.apache.http.annotation Contract .. java:import:: org.apache.http.annotation ThreadingBehavior .. java:import:: org.apache.http.impl.client DefaultRedirectStrategy RedirectStrategy ================ .. java:package:: io.taskmonk.http :noindex: .. java:type:: @Contract public class RedirectStrategy extends DefaultRedirectStrategy Fields ------ INSTANCE ^^^^^^^^ .. java:field:: public static final io.taskmonk.http.RedirectStrategy INSTANCE :outertype: RedirectStrategy Lax \ :java:ref:`org.apache.http.client.RedirectStrategy`\ implementation that automatically redirects all HEAD, GET, POST, and DELETE requests. This strategy relaxes restrictions on automatic redirection of POST methods imposed by the HTTP specification. Methods ------- isRedirectable ^^^^^^^^^^^^^^ .. java:method:: @Override protected boolean isRedirectable(String method) :outertype: RedirectStrategy