Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Release (0.19 sec)

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

              ),
            body = "Please authenticate with UTF-8.",
          ),
        )
        server.enqueue(
          MockResponse(
            code = 401,
            headers =
              headersOf(
                "WWW-Authenticate",
                "Basic realm=\"protected area\"",
              ),
            body = "Please authenticate with ISO-8859-1.",
          ),
        )
        server.enqueue(
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 131.7K bytes
    - Viewed (0)
  2. okhttp-android/src/main/baseline-prof.txt

    HSPLandroidx/lifecycle/LifecycleCoroutineScopeImpl;->getCoroutineContext()Lkotlin/coroutines/CoroutineContext;
    HSPLandroidx/lifecycle/LifecycleCoroutineScopeImpl;->getLifecycle$lifecycle_runtime_ktx_release()Landroidx/lifecycle/Lifecycle;
    HSPLandroidx/lifecycle/LifecycleCoroutineScopeImpl;->onStateChanged(Landroidx/lifecycle/LifecycleOwner;Landroidx/lifecycle/Lifecycle$Event;)V
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Mar 21 11:22:00 GMT 2022
    - 127.9K bytes
    - Viewed (0)
  3. okhttp/src/test/java/okhttp3/CallTest.kt

                  )
                assertFailsWith<IllegalStateException> {
                  chain.proceed(chain.request())
                }.also { expected ->
                  assertThat(expected.message!!).contains("please call response.close()")
                }
                response
              },
            )
            .build()
        val request = Request(server.url("/"))
        executeSynchronously(request).assertBody("abc")
      }
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 142.5K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/CacheTest.kt

        assertThat(response.header("Content-Length")).isEqualTo("3")
        assertThat(response.header("etag")).isEqualTo("foo")
      }
    
      /** Exercise the cache format in OkHttp 2.7 and all earlier releases.  */
      @Test
      fun testGoldenCacheHttpsResponseOkHttp27() {
        val url = server.url("/")
        val urlKey = key(url)
        val prefix = get().getPrefix()
        val entryMetadata =
          """
          $url
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Apr 10 19:46:48 GMT 2024
    - 108.6K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    latrobe
    
    // law : 2015-01-22 Registry Services, LLC
    law
    
    // lawyer : 2014-03-20 Dog Beach, LLC
    lawyer
    
    // lds : 2014-03-20 IRI Domain Management, LLC
    lds
    
    // lease : 2014-03-06 Binky Moon, LLC
    lease
    
    // leclerc : 2014-08-07 A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc
    leclerc
    
    // lefrak : 2015-07-16 LeFrak Organization, Inc.
    lefrak
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top