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