Skip to content

Releases: BoxResin/JavaHTTP

v1.2.0 has been released!

21 Sep 13:22
Compare
Choose a tag to compare

Release Note

  • Gradle implementation migration
  • AndroidX refactoring
implementation 'boxresin.library:JavaHTTP:1.2.0'

v1.1.1 has been released!

04 Feb 04:17
e6b4e42
Compare
Choose a tag to compare

Release Note

  • Added HTTP redirection support #8 : HttpRequester.request(boolean autoRedirection)
  • Added some missing methods.
implementation 'boxresin.library:JavaHTTP:1.1.1'

v1.1.0 has been released!

11 Nov 16:06
7c7bf9a
Compare
Choose a tag to compare

Release Note

  • Changed the package name of library from boxresin.library.androidhttp to boxresin.library.javahttp.
  • A feature that encodes query string of URL is added: HttpRequester.setUrl(String url, Map<String, String> params)
compile 'boxresin.library:JavaHTTP:1.1.0'

First release

27 Apr 15:38
Compare
Choose a tag to compare
compile 'boxresin.library:JavaHTTP:1.0.0'