1
0
mirror of https://github.com/square/okhttp.git synced 2025-07-29 17:41:17 +03:00
Files
okhttp/okhttp-dnsoverhttps
Yuri Schimke 46fcf4f42c Fix for infinite caching in DoH (#5918)
Hit the cache only initially, but avoid using stale cached data.
2020-04-02 12:58:26 +01:00
..
2020-02-17 17:51:22 -05:00

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

testImplementation("com.squareup.okhttp3:okhttp-dnsoverhttps:4.4.0")