1. 14 5月, 2017 1 次提交
  2. 22 2月, 2017 2 次提交
  3. 18 1月, 2017 1 次提交
  4. 05 1月, 2017 1 次提交
  5. 20 11月, 2016 1 次提交
  6. 15 6月, 2016 2 次提交
  7. 15 4月, 2016 2 次提交
  8. 31 3月, 2016 2 次提交
  9. 14 3月, 2016 1 次提交
  10. 12 3月, 2016 2 次提交
  11. 05 2月, 2016 2 次提交
  12. 29 1月, 2016 1 次提交
  13. 06 1月, 2016 2 次提交
  14. 24 12月, 2015 1 次提交
  15. 05 12月, 2015 1 次提交
  16. 28 9月, 2015 2 次提交
  17. 25 9月, 2015 1 次提交
  18. 31 8月, 2015 1 次提交
  19. 28 8月, 2015 2 次提交
  20. 15 7月, 2015 1 次提交
  21. 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
  22. 20 5月, 2015 1 次提交
  23. 08 1月, 2015 3 次提交
  24. 09 10月, 2014 4 次提交
  25. 07 10月, 2014 1 次提交
  26. 03 7月, 2014 1 次提交