Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for learner (0.14 sec)

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

          MockResponse(
            code = 401,
            headers = headersOf("WWW-Authenticate", "Bearer realm=\"oauthed\""),
            body = "Please authenticate.",
          ),
        )
        server.enqueue(
          MockResponse(body = "A"),
        )
        val authenticator = RecordingOkAuthenticator("oauthed abc123", "Bearer")
        client =
          client.newBuilder()
            .authenticator(authenticator)
            .build()
    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

    xerox
    
    // xfinity : 2015-07-09 Comcast IP Holdings I, LLC
    xfinity
    
    // xihuan : 2015-01-08 Beijing Qihu Keji Co., Ltd.
    xihuan
    
    // xin : 2014-12-11 Elegant Leader Limited
    xin
    
    // xn--11b4c3d : 2015-01-15 VeriSign Sarl
    कॉम
    
    // xn--1ck2e1b : 2015-02-26 Amazon Registry Services, Inc.
    セール
    
    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