We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f1a04f commit bdaddbcCopy full SHA for bdaddbc
api/src/main/java/org/asynchttpclient/AsyncHttpClientConfigBean.java
@@ -130,6 +130,11 @@ public AsyncHttpClientConfigBean setMaxDefaultRedirects(int maxDefaultRedirects)
130
return this;
131
}
132
133
+ public AsyncHttpClientConfigBean setStrict302Handling(boolean strict302Handling) {
134
+ this.strict302Handling = strict302Handling;
135
+ return this;
136
+ }
137
+
138
public AsyncHttpClientConfigBean setCompressionEnabled(boolean compressionEnabled) {
139
this.compressionEnabled = compressionEnabled;
140
0 commit comments