Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Gugger (0.13 sec)

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

        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
      fun httpUrl() {
        val httpUrl: HttpUrl = "".toHttpUrl()
        val isHttps: Boolean = httpUrl.isHttps
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Apr 01 14:21:25 GMT 2024
    - 46.5K bytes
    - Viewed (4)
Back to top