OSS Tanbou

OkHttp — features and use cases from the registered repository data

OSS health 91
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
47,060
Primary language
Kotlin
License
Apache-2.0
Repository last updated
Sep 15, 2026

Overview

A Kotlin HTTP client for Android and the JVM with HTTP/2, TLS, connection pooling, caching, and WebSockets built in.

Features and best fit

Based on official documentation; not hands-on tested · Content checked:

Key characteristics

A Kotlin HTTP client for Android and the JVM with HTTP/2, TLS, connection pooling, caching, and WebSockets built in.

Sources: [1]

Good fit for

A comparison candidate for API Development, Android, HTTP, Java, JVM, Kotlin use cases. Check the official README and installation instructions for exact fit and requirements.

Check before adopting

The registered primary language is Kotlin and the license is Apache-2.0. Verify version-specific runtime requirements, breaking changes, and additional dependencies in the official README and latest release notes.

Sources: [1]

Official sources

  1. [1]lysine-dev/okhttp — GitHub(2026-09-15)
Supplemental curator note

We selected OkHttp as a shared Android/JVM transport layer rather than merely an HTTP helper: protocol handling, TLS, pooling, caching, and MockWebServer live in one project. The historical square/okhttp URL now resolves to lysine-dev/okhttp with the same repo ID, while Maven coordinates remain under com.squareup.okhttp3.

Try it in 3 steps

  1. 1

    Get the source

    git clone --depth 1 https://github.com/lysine-dev/okhttp.git
  2. 2

    Enter the repository

    cd okhttp
  3. 3

    Check the official steps

    Continue with the commands in the README Installation, Quick Start, or Getting Started section.

    find . -maxdepth 1 -iname 'README*' -exec sed -n '1,220p' {} \; -quit
Check the official README

Growth

Growth trends · Last 30 days

47,060 Stars

Trend data is still being collected.

Development activity

Last 90 days · weekly

Commits (last 30 days)
42
Open PRs
55

Development activity is still being collected.

Built with

Categories and tags

Categories

GitHub data

GitHub dataView detailed GitHub data

GitHub Topics

  • java
  • android
  • kotlin
  • graalvm
Stars
47,060
Forks
9,294
Watchers
1,630
Open issues
96
Primary language
Kotlin
License
Apache-2.0
Repository last updated
Sep 15, 2026
Report incorrect information

Tell us if any listing information is incorrect or outdated.

OkHttp — HTTP/2, TLS, ECH, DNS, and Android/JVM Networking | OSS Tanbou