Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for forthy (0.15 sec)

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

          )
        // Fail auth three times...
        server.enqueue(pleaseAuthenticate)
        server.enqueue(pleaseAuthenticate)
        server.enqueue(pleaseAuthenticate)
        // ...then succeed the fourth time.
        server.enqueue(
          MockResponse(body = "Successful auth!"),
        )
        java.net.Authenticator.setDefault(RecordingAuthenticator())
        client =
          client.newBuilder()
    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/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    gp
    com.gp
    net.gp
    mobi.gp
    edu.gp
    org.gp
    asso.gp
    
    // gq : https://en.wikipedia.org/wiki/.gq
    gq
    
    // gr : https://grweb.ics.forth.gr/english/1617-B-2005.html
    // Submitted by registry <segred@ics.forth.gr>
    gr
    com.gr
    edu.gr
    net.gr
    org.gr
    gov.gr
    
    // gs : https://en.wikipedia.org/wiki/.gs
    gs
    
    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