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 809b46e commit 3191499Copy full SHA for 3191499
client/src/main/java/org/asynchttpclient/AsyncHttpClientConfig.java
@@ -164,7 +164,7 @@ public interface AsyncHttpClientConfig {
164
/**
165
* Return the list of {@link RequestFilter}
166
*
167
- * @return Unmodifiable list of {@link ResponseFilter}
+ * @return Unmodifiable list of {@link RequestFilter}
168
*/
169
List<RequestFilter> getRequestFilters();
170
0 commit comments