Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 402 Bytes

rest.rst

File metadata and controls

14 lines (11 loc) · 402 Bytes

RESTClient

RESTClient greatly simplifies http interactions & is designed for :doc:`executors`.

  • Uses Apache HttpClient on API < 10 & HttpURLConnection on new Androids.
  • Uses compression & http caching on API > 13.
  • Supports in and out headers.
  • Transparent cookies support.
  • Http basic auth.
  • Getting response as String or InputStream.

RESTClient2 adds JSON support.