Skip to content

Release #2

Choose a tag to compare

@urgrue urgrue released this 10 May 04:17
· 22 commits to master since this release

Changelog

  • HttpResponse has been removed. All relevant response data is now sent individually in the callback method signature.
  • Responses are now read as byte arrays rather than Strings. Use StringHttpResponseHandler for String callbacks.
  • Response content encoding is now honored. Strings will be automatically encoded prior to callbacks.
  • HttpClient is now abstract. Use SyncHttpClient for synchronous HTTP requests.
  • RequestParams now accepts primitives as values when calling put() and will convert them to string before storing them.