mirror of
https://github.com/square/okhttp.git
synced 2026-01-12 10:23:16 +03:00
* Mechanically tag all new APIs as @ExperimentalOkHttpApi In a follow-up PR I intend to remove the annotation on any API that we're willing to commit to for OkHttp 5.0.0. In a follow-up PR I'd also like to hide all remaining APIs from Java langauge callers. * Opt-in ExperimentalOkHttpApi for Android projects too --------- Co-authored-by: Benoit Quenaudon <benoit@quenaudon.com>
OkHttp java.net.CookieHandler
This module integrates OkHttp with CookieHandler from java.net.
This used to be part of okhttp-urlconnection
Download
testImplementation("com.squareup.okhttp3:okhttp-java-net-cookiehandler:4.12.0")