Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for httpLoggingInterceptorLogger (0.19 sec)

  1. okhttp/src/test/java/okhttp3/KotlinSourceModernTest.kt

        val headers: HttpLoggingInterceptor.Level = HttpLoggingInterceptor.Level.HEADERS
        val body: HttpLoggingInterceptor.Level = HttpLoggingInterceptor.Level.BODY
      }
    
      @Test
      fun httpLoggingInterceptorLogger() {
        var logger: HttpLoggingInterceptor.Logger = HttpLoggingInterceptor.Logger { TODO() }
        val default: HttpLoggingInterceptor.Logger = HttpLoggingInterceptor.Logger.DEFAULT
      }
    
      @Test
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Apr 01 14:21:25 UTC 2024
    - 46.5K bytes
    - Viewed (0)
Back to top