Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for findEvent (0.04 sec)

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

          ResponseBodyStart::class,
          ResponseBodyEnd::class,
          ConnectionReleased::class,
          CallEnd::class,
          RequestFailed::class,
        )
        assertThat(eventRecorder.findEvent<FollowUpDecision>()).all {
          prop(FollowUpDecision::nextRequest).isNotNull()
        }
      }
    
      /**
       * Auth requires follow-ups. Unlike redirects, the auth follow-up also has a request body. This
    Registered: Fri Dec 26 11:42:13 UTC 2025
    - Last Modified: Tue Nov 04 19:13:52 UTC 2025
    - 25.8K bytes
    - Viewed (0)
Back to top