mirror of
https://github.com/square/okhttp.git
synced 2026-01-12 10:23:16 +03:00
* Create a friends configuration to use internals. From https://www.liutikas.net/2025/01/12/Kotlin-Library-Friends.html we should avoid using @file:Suppress("INVISIBLE_MEMBER", "INVISIBLE_REFERENCE") So instead lets just be friends.
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")