Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bufferResponseBodyAndReadTrailers (0.56 sec)

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

        }
      }
    
      @Test
      fun bufferResponseBodyAndReadTrailersHttp1() {
        bufferResponseBodyAndReadTrailers(Protocol.HTTP_1_1)
      }
    
      @Test
      fun bufferResponseBodyAndReadTrailersHttp2() {
        bufferResponseBodyAndReadTrailers(Protocol.HTTP_2)
      }
    
      private fun bufferResponseBodyAndReadTrailers(protocol: Protocol) {
        enableProtocol(protocol)
    
        server.enqueue(
          MockResponse
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Mon Jul 07 18:57:05 UTC 2025
    - 18K bytes
    - Viewed (0)
Back to top