mirror of
https://github.com/square/okhttp.git
synced 2026-01-14 07:22:20 +03:00
The new ktlint sorts imports which makes this diff large. The new japicmp ignores 'final' modifier changes in final classes. We adopt the Google style for checkstyle.xml. Okio readByteString() now uses segments more aggressively, so we need to mitigate that to avoid tracking those segments in a test.
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.3.1")