1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-24 18:41:06 +03:00
Files
okhttp/okhttp-urlconnection/README.md
2019-07-10 11:40:44 -04:00

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