OkHttpRequestInterceptor

open class OkHttpRequestInterceptor : Interceptor

Interceptor to intercept Http Request, transform the okhttp3.Request to Request and invoke registered RequestInterceptor

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val Companion: Interceptor.Companion

Functions

Link copied to clipboard
@NotNull
open fun intercept(@NotNull chain: Interceptor.Chain): Response