1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-24 18:41:06 +03:00
Files
okhttp/okhttp-dnsoverhttps/README.md
2020-05-20 09:06:47 -04:00

12 lines
308 B
Markdown

OkHttp DNS over HTTPS Implementation
====================================
This module is an experimental implementation of DNS over HTTPS using OkHttp.
API is not considered stable and may change at any time.
### Download
```kotlin
testImplementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.7.2")
```