- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for setBodyLimit (0.06 sec)
-
mockwebserver-deprecated/src/main/kotlin/okhttp3/mockwebserver/MockWebServer.kt
} fun url(path: String): HttpUrl { before() // This implicitly starts the delegate. return delegate.url(path) } @JvmName("-deprecated_bodyLimit") fun setBodyLimit(bodyLimit: Long) { delegate.bodyLimit = bodyLimit } @JvmName("-deprecated_protocolNegotiationEnabled") fun setProtocolNegotiationEnabled(protocolNegotiationEnabled: Boolean) {
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Jun 18 00:19:42 UTC 2025 - 4.6K bytes - Viewed (0)