okhttp
HTTP client
A robust and efficient HTTP client for interacting with web services
Square’s meticulous HTTP client for the JVM, Android, and GraalVM.
46k stars
2k watching
9k forks
Language: Kotlin
last commit: 8 days ago
Linked from 9 awesome lists
androidgraalvmjavakotlin
Related projects:
Repository | Description | Stars |
---|---|---|
liuguangqiang/asyncokhttp | An Android HTTP library that leverages OkHttp for efficient and asynchronous HTTP requests. | 15 |
square/okio | A modern I/O library that simplifies data access and processing | 8,806 |
square/retrofit | A type-safe HTTP client library for Android and Java. | 43,109 |
android-async-http/android-async-http | An HTTP client library that makes asynchronous requests to retrieve data from servers | 10,634 |
koush/androidasync | A low-level networking library for Android that provides a single-threaded, callback-driven interface for establishing and managing HTTP, WebSocket, and socket connections. | 7,524 |
httprb/http | A Ruby library that provides an easy-to-use API for making HTTP requests with support for chaining, streaming, and timeouts. | 3,011 |
logansease/qwikhttp | A lightweight HTTP networking library for iOS, tvOS and watchOS with builder-style syntax and robust serialization/deserialization capabilities. | 2 |
request/request | A simple HTTP client for making requests with built-in support for streaming, headers, and redirects. | 25,674 |
openfeign/feign | Simplifies the process of writing Java HTTP clients by providing a simpler and more flexible way to interact with web services. | 9,506 |
kevinsawicki/http-request | A simple convenience library for using HttpURLConnection to make requests and access the response. | 3,356 |
hoppscotch/hoppscotch | An API development and testing ecosystem with a minimalistic UI, supporting various protocols and authentication methods. | 65,598 |
http4k/http4k | A toolkit for building functional HTTP services in Kotlin | 2,620 |
asynchttpclient/async-http-client | An asynchronous HTTP and WebSocket client library for Java applications | 6,293 |
seanmonstar/reqwest | An HTTP client library for Rust providing an ergonomic and powerful way to make HTTP requests | 9,926 |
softwaremill/sttp | An HTTP client library providing a clean and programmer-friendly API to describe requests and handle responses. | 1,456 |