mirror of
https://github.com/square/okhttp.git
synced 2025-11-05 12:17:34 +08:00
* Make a JPMS-compatible JavaNetCookieJar * Add missing imports * Depend on okhttpUrlconnection This is necessary to pass the OSGi test.
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.11.0")