- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testFileDescriptorReadTwice (0.45 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/RequestBodyTest.kt
val contentType = "text/plain".toMediaType() val requestBody = fd.toRequestBody(contentType) assertThat(requestBody.contentType()).isEqualTo(contentType) } } @Test fun testFileDescriptorReadTwice() { assertOnFileDescriptor(content = "Hello") { fd -> val requestBody = fd.toRequestBody() val buffer = Buffer() requestBody.writeTo(buffer)
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Tue Oct 07 14:16:29 UTC 2025 - 3.8K bytes - Viewed (1)