1
0
mirror of https://github.com/square/okhttp.git synced 2025-11-24 18:41:06 +03:00
Files
okhttp/docs/works_with_okhttp.md
AJ 682db1252c Use MkDocs to generate website
This PR sets up [MkDocs](https://squidfunk.github.io/mkdocs-material/) static site generation for both user documentation and API docs.
2019-06-19 18:14:21 -07:00

37 lines
3.5 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.
* [Chuck](https://github.com/jgilfelt/chuck): An in-app HTTP inspector for Android OkHttp clients.
* [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.
* [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.
* [ModernHttpClient](https://github.com/paulcbetts/ModernHttpClient): Xamarin HTTP API that uses native implementations.
* ⬜️ [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.
* [OkHttp-Xamarin](https://github.com/paulcbetts/OkHttp-Xamarin): Xamarin bindings for OkHttp.
* ⬜️ [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.
* [Smash](https://github.com/appformation/smash): A Volley-inspired networking library.
* [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.
* [Volley-OkHttp-Android](https://github.com/lxdvs/Volley-OkHttp-Android): A fork of Volley with changes to work with OkHttp.
* ⬜️ [Wire](https://github.com/square/wire): Clean, lightweight protocol buffers for Android and Java.