All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.tinkoff.kora.http.client.async.AsyncHttpClientConfig Maven / Gradle / Ivy

There is a newer version: 1.1.17
Show newest version
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