- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for readLiteralHeaderWithIncrementalIndexingDynamicName (0.23 sec)
-
okhttp/src/test/java/okhttp3/internal/http2/HpackTest.kt
hpackReader!!.readHeaders() assertThat(hpackReader!!.getAndResetHeaderList()) .containsExactly(Header("www-authenticate", "Basic")) } @Test fun readLiteralHeaderWithIncrementalIndexingDynamicName() { bytesIn.writeByte(0x40) bytesIn.writeByte(0x0a) // Literal name (len = 10) bytesIn.writeUtf8("custom-foo") bytesIn.writeByte(0x05) // Literal value (len = 5)
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 38.2K bytes - Viewed (0)