ru.tinkoff.kora.http.client.async.AsyncHttpClientConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-client-async Show documentation
Show all versions of http-client-async Show documentation
Kora http-client-async module
package ru.tinkoff.kora.http.client.async;
import ru.tinkoff.kora.config.common.annotation.ConfigValueExtractor;
@ConfigValueExtractor
public interface AsyncHttpClientConfig {
default boolean followRedirects() {
return true;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy