1
0
mirror of https://github.com/square/okhttp.git synced 2026-01-12 10:23:16 +03:00
Files
okhttp/okhttp-java-net-cookiejar
Yuri Schimke f2640e0b08 Create a friends configuration to use internals. (#8651)
* 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.
2025-05-10 12:15:14 +01:00
..
2023-12-17 10:34:10 -05:00

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")