Skip to content
Jake Wharton edited this page Sep 7, 2020 · 7 revisions

Retrofit is pluggable allowing different execution mechanisms and their libraries to be used for performing the HTTP call. This allows API requests to seamlessly compose with any existing threading model and/or task framework in the rest of your app.

These are called call adapters, and Retrofit includes a few first-party modules for popular frameworks:

Various third-party adapters have been created by the community for other libraries:

Clone this wiki locally