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

ru.tinkoff.kora.http.client.ok.OkHttpConfigurer Maven / Gradle / Ivy

The newest version!
package ru.tinkoff.kora.http.client.ok;

import okhttp3.OkHttpClient;

@FunctionalInterface
public interface OkHttpConfigurer {
    OkHttpClient.Builder configure(OkHttpClient.Builder builder);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy