Skip to content

Requestor 1.1.0

Compare
Choose a tag to compare
@reinert reinert released this 17 Jul 15:26
· 93 commits to master since this release

Requestor now offers full support for both JVM/Android 8+ and GWT 2.7+ platforms, compatible with the latest versions of them all.

The JVM/Android support is offered by the requestor-javanet impl. It is prepared to leverage the power of the upcoming Java Virtual Threads.

Important refactorings were made and many great features were implemented, highlighting:

  • Await (JVM/Android only)
  • Futures (JVM/Android only)
  • Auto Json serialization for JVM/Android powered by the GSon lib with requestor-gson ext
  • RetryPolice
  • Chunking (HTTP Streaming)
  • Gzip compression
  • Skip request option
  • AsyncRunner
  • RequestLogger