Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for testDigestChallengeWithoutAuthParams (0.21 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. okhttp/src/jvmTest/kotlin/okhttp3/HeadersChallengesTest.kt

        assertThat(challenges[0].realm).isEqualTo("myrealm")
        assertThat(challenges[0].authParams)
          .isEqualTo(mapOf("realm" to "myrealm"))
      }
    
      @Test fun testDigestChallengeWithoutAuthParams() {
        // Scheme only.
        val headers =
          Headers
            .Builder()
            .add("WWW-Authenticate", "Digest")
            .build()
    Created: Fri Dec 26 11:42:13 GMT 2025
    - Last Modified: Wed Mar 19 19:25:20 GMT 2025
    - 16.8K bytes
    - Click Count (0)
Back to Top