OkHttp Interceptors with Retrofit Android OkHttp Retorfit Kotlin by Aki 2022-08-02 Interceptors 是一個簡單的攔截器,可以方便監控、重寫 request 也可以針對 response 進行加工例如我們需要看 okhttp 的 log 我們最簡單就是使用 HttpLoggingInterceptor... read more