Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Ianuali (0.17 sec)

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

        executeSynchronously(request).assertBody("abc")
      }
    
      /**
       * Make a request with two routes. The first route will fail because the null server connects but
       * never responds. The manual retry will succeed.
       */
      @Test
      fun readTimeoutFails() {
        server.enqueue(MockResponse(socketPolicy = StallSocketAtStart))
        server2.enqueue(
          MockResponse(body = "success!"),
        )
    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)
  2. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // India
    ଭାରତ
    
    // xn--45br5cyl ("Bharatam", Assamese) : IN
    // India
    ভাৰত
    
    // xn--h2breg3eve ("Bharatam", Sanskrit) : IN
    // India
    भारतम्
    
    // xn--h2brj9c8c ("Bharot", Santali) : IN
    // India
    भारोत
    
    // xn--mgbgu82a ("Bharat", Sindhi) : IN
    // India
    ڀارت
    
    // xn--rvc1e0am3e ("Bharatam", Malayalam) : IN
    // India
    ഭാരതം
    
    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