Releases: BoxResin/JavaHTTP
Releases · BoxResin/JavaHTTP
v1.2.0 has been released!
v1.1.1 has been released!
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!
Release Note
- Changed the package name of library from
boxresin.library.androidhttptoboxresin.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
compile 'boxresin.library:JavaHTTP:1.0.0'