1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-23 06:42:24 +03:00
Files
okhttp/docs/works_with_okhttp.md
Jesse Wilson a1994dab34 Update the libraries that work with OkHttp (#5366)
* Update the libraries that work with OkHttp

This prunes a few that haven't been updated and appear obsolete.

* Update works_with_okhttp.md
2019-08-17 21:44:22 -04:00

35 lines
3.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Works with OkHttp
=================
Heres some libraries that work nicely with OkHttp.
* [Chucker](https://github.com/ChuckerTeam/chucker): An in-app HTTP inspector for Android OkHttp clients.
* [Coil](https://github.com/coil-kt/coil): An image loading library for Android backed by Kotlin Coroutines.
* [Communicator](https://github.com/Taig/Communicator): An OkHttp wrapper for Scala built with Android in mind.
* [CWAC-NetSecurity](https://github.com/commonsguy/cwac-netsecurity): Simplifying Secure Internet Access.
* [Flipper](https://fbflipper.com/): A desktop debugging platform for mobile developers.
* [Fresco](https://github.com/facebook/fresco): An Android library for managing images and the memory they use.
* [Glide](https://github.com/bumptech/glide): An image loading and caching library for Android focused on smooth scrolling.
* [GoogleAppEngineOkHttp](https://github.com/apkelly/GoogleAppEngineOkHttp): An OkHttp Call that works on Google App Engine.
* [Hunter](https://github.com/Leaking/Hunter): Configure all OkHttpClients centrally.
* ⬜️ [Moshi](https://github.com/square/moshi): A modern JSON library for Android and Java.
* [Ok2Curl](https://github.com/mrmike/Ok2Curl): Convert OkHttp requests into curl logs.
* [OkHttp AWS Signer](https://github.com/babbel/okhttp-aws-signer): AWS V4 signing algorithm for OkHttp requests
* [okhttp-digest](https://github.com/rburgst/okhttp-digest): A digest authenticator for OkHttp.
* [OkHttp Idling Resource](https://github.com/JakeWharton/okhttp-idling-resource): An Espresso IdlingResource for OkHttp.
* [okhttp-client-mock](https://github.com/gmazzo/okhttp-client-mock): A simple OKHttp client mock, using a programmable request interceptor.
* [OkHttp Profiler](https://plugins.jetbrains.com/plugin/11249-okhttp-profiler): An IntelliJ plugin for monitoring OkHttp calls.
* [OkReplay](https://github.com/airbnb/okreplay): Record and replay OkHttp network interaction in your tests.
* [okhttp-signpost](https://github.com/pakerfeldt/okhttp-signpost): OAuth signing with signpost and OkHttp.
* [okhttp-staleiferror-interceptor](https://github.com/PeelTechnologies/okhttp-staleiferror-interceptor/): serve stale responses when the server isnt reachable.
* [okhttp-stats](https://github.com/flipkart-incubator/okhttp-stats): Get stats like average network speed.
* ⬜️ [Okio](https://github.com/square/okio/): A modern I/O API for Java.
* [OkLog](https://github.com/simonpercic/OkLog): Response logging interceptor for OkHttp. Logs a URL link with URL-encoded response for every OkHttp call.
* [Okurl](https://github.com/yschimke/okurl/wiki) A curl-like client for social networks and other APIs.
* [PersistentCookieJar](https://github.com/franmontiel/PersistentCookieJar): A persistent `CookieJar`.
* ⬜️ [Picasso](https://github.com/square/picasso): A powerful image downloading and caching library for Android.
* ⬜️ [Retrofit](https://github.com/square/retrofit): Type-safe HTTP client for Android and Java by Square.
* [Stetho](https://github.com/facebook/stetho): Stetho is a debug bridge for Android applications.
* [Thrifty](https://github.com/Microsoft/thrifty): An implementation of Apache Thrift for Android.
* ⬜️ [Wire](https://github.com/square/wire): Clean, lightweight protocol buffers for Android and Java.