mirror of
https://github.com/square/okhttp.git
synced 2025-11-24 18:41:06 +03:00
11 lines
230 B
Markdown
11 lines
230 B
Markdown
OkHttp URLConnection
|
|
====================
|
|
|
|
This module integrates OkHttp with `Authenticator` and `CookieHandler` from `java.net`.
|
|
|
|
### Download
|
|
|
|
```kotlin
|
|
testImplementation("com.squareup.okhttp3:okhttp-urlconnection:4.0.1")
|
|
```
|