1 Repo
Clients and utilities for handling network requests and protocols.
Explore 1 awesome GitHub repository matching part of an awesome list · HTTP and Networking. Refine with filters or upvote what's useful.
OkHttp is an HTTP client for the JVM and Android that enables network communication via synchronous and asynchronous requests. It provides a core identity as a comprehensive networking toolkit featuring a WebSocket client for bidirectional data synchronization, a TLS security toolkit for encrypted communication, and a programmable HTTP mock server for simulating backend responses. The project distinguishes itself through a specialized security and performance architecture. It implements mutual TLS, certificate pinning, and DNS over HTTPS to secure data in transit, while utilizing connection p
Provides a comprehensive HTTP client for the JVM and Android supporting synchronous and asynchronous requests.