- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for spdy3IsRemovedFromProtocols (0.38 sec)
-
okhttp/src/test/java/okhttp3/OkHttpClientTest.kt
.protocols(protocols as List<Protocol>) }.also { expected -> assertThat(expected.message).isEqualTo("protocols must not contain null") } } @Test fun spdy3IsRemovedFromProtocols() { val protocols = mutableListOf( Protocol.HTTP_1_1, Protocol.SPDY_3, ) val client = OkHttpClient.Builder() .protocols(protocols)
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Mar 31 17:16:15 UTC 2024 - 13.2K bytes - Viewed (0)