- Sort Score
- Result 10 results
- Languages All
Results 21 - 24 of 24 for ExperimentalOkHttpApi (0.15 sec)
-
mockwebserver/src/main/kotlin/mockwebserver3/MockWebServer.kt
import mockwebserver3.internal.ThrottledSink import mockwebserver3.internal.TriggerSink import mockwebserver3.internal.duplex.RealStream import mockwebserver3.internal.sleepNanos import okhttp3.ExperimentalOkHttpApi import okhttp3.Headers import okhttp3.Headers.Companion.headersOf import okhttp3.HttpUrl import okhttp3.Protocol import okhttp3.Request import okhttp3.Response import okhttp3.internal.addHeaderLenient
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Mar 31 17:16:15 UTC 2024 - 37.4K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/Response.kt
open fun cacheResponse(cacheResponse: Response?) = commonCacheResponse(cacheResponse) open fun priorResponse(priorResponse: Response?) = commonPriorResponse(priorResponse) @ExperimentalOkHttpApi open fun trailers(trailersFn: (() -> Headers)): Builder = commonTrailers(trailersFn) open fun sentRequestAtMillis(sentRequestAtMillis: Long) = apply {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jul 06 09:38:30 UTC 2024 - 15.6K bytes - Viewed (0) -
CHANGELOG.md
was corrupt and should not be used. ## Version 5.0.0-alpha.13 _2024-04-16_ * Breaking: Tag unstable new APIs as `@ExperimentalOkHttpApi`. We intend to release OkHttp 5.0 without stabilizing these new APIs first. Do not use these experimental APIs in modules that may be executed using a version of OkHttp
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Thu Apr 18 01:31:39 UTC 2024 - 21.4K bytes - Viewed (0) -
okhttp/api/okhttp.api
} public abstract interface class okhttp3/EventListener$Factory { public abstract fun create (Lokhttp3/Call;)Lokhttp3/EventListener; } public abstract interface annotation class okhttp3/ExperimentalOkHttpApi : java/lang/annotation/Annotation { } public final class okhttp3/FormBody : okhttp3/RequestBody { public static final field Companion Lokhttp3/FormBody$Companion; public final fun -deprecated_size ()I
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Apr 15 13:41:01 UTC 2024 - 70.2K bytes - Viewed (0)