- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for destructive (0.04 sec)
-
okhttp/src/commonJvmAndroid/kotlin/okhttp3/RequestBody.kt
*/ open fun isDuplex(): Boolean = false /** * Returns true if this body expects at most one call to [writeTo] and can be transmitted * at most once. This is typically used when writing the request body is destructive and it is not * possible to recreate the request body after it has been sent. * * This method returns false unless it is overridden by a subclass. *
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Jun 04 17:43:43 UTC 2025 - 9K bytes - Viewed (0)