1. 01 6月, 2015 1 次提交
    • J
      Introduce call, call adapters, and the response type. · 2ca19506
      Jake Wharton 提交于
      * `Call` is the mechanism for request execution. It encapsulates a single request action either synchronously or asynchronously, and can support canceling.
      * `CallAdapter` is a means of supporting a method return type other than `Call` (like RxJava's `Observable`) by adapting the `Call` instance into another instance. This change moves RxJava support into a sibling module which uses an adapter for supporting `Observable` types.
      * `Response` represents the HTTP response along side the deserialized body. It allows access to both the converted body and lower-level items such as the header, response code, and underlying OkHttp request and response objects.
      2ca19506
  2. 21 5月, 2015 1 次提交
  3. 20 5月, 2015 2 次提交
  4. 19 5月, 2015 2 次提交
  5. 17 5月, 2015 1 次提交
  6. 12 5月, 2015 4 次提交
  7. 27 4月, 2015 1 次提交
  8. 26 4月, 2015 1 次提交
  9. 20 4月, 2015 8 次提交
  10. 17 4月, 2015 4 次提交
  11. 16 4月, 2015 1 次提交
  12. 08 4月, 2015 1 次提交
  13. 20 3月, 2015 2 次提交
  14. 03 2月, 2015 2 次提交
  15. 01 2月, 2015 3 次提交
  16. 31 1月, 2015 6 次提交