copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Overview - OkHttp - GitHub Pages Where the spec is ambiguous, OkHttp follows modern user agents such as popular Browsers or common HTTP Libraries OkHttp is principled and avoids being overly configurable, especially when such configuration is to workaround a buggy server, test invalid scenarios or that contradict the relevant RFC
OkHttp 4. x Change Log - GitHub Pages OkHttp’s new okhttp-brotli module implements Brotli compression Install the interceptor to enable Brotli compression, which compresses 5-20% smaller than gzip
Upgrading to OkHttp 4 - GitHub Pages OkHttp 4 x upgrades our implementation language from Java to Kotlin and keeps everything else the same We’ve chosen Kotlin because it gives us powerful new capabilities while integrating closely with Java
Change Log - OkHttp - GitHub Pages When we migrated OkHttp from Java to Kotlin in OkHttp 4 0, we kept our Java-first APIs With 5 0 we’re continuing to support Java and adding additional improvements for Kotlin users
OkHttp 3. x Change Log - GitHub Pages The OkHttp 3 12 x branch will be our long-term branch for Android 2 3+ (API level 9+) and Java 7+ These platforms lack support for TLS 1 2 and should not be used
HTTPS - OkHttp - GitHub Pages When negotiating a connection to an HTTPS server, OkHttp needs to know which TLS versions and cipher suites to offer A client that wants to maximize connectivity would include obsolete TLS versions and weak-by-design cipher suites
OkHttp 2. x Change Log - GitHub Pages OkHttp now detects and warns on connections that were allocated but never released, and will enforce HTTP 2 stream limits This update also fixes Call cancel() to not do I O on the calling thread
Okio - GitHub Pages Requirements Okio 2 x supports Android 4 0 3+ (API level 15+) and Java 7+ Okio 3 x supports Android 4 0 3+ (API level 15+) and Java 8+ Okio depends on the Kotlin standard library It is a small library with strong backward-compatibility Releases Our change log has release history