Class OkHttpExtension
- java.lang.Object
-
- io.freefair.gradle.plugins.okhttp.OkHttpExtension
-
public abstract class OkHttpExtension extends Object
-
-
Constructor Summary
Constructors Constructor Description OkHttpExtension()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract Property<okhttp3.logging.HttpLoggingInterceptor.Level>
getLoggingLevel()
-
-
-
Method Detail
-
getLoggingLevel
public abstract Property<okhttp3.logging.HttpLoggingInterceptor.Level> getLoggingLevel()
-
-