Version 3.0.0
magnus-gustafsson
released this
04 Dec 14:46
·
132 commits
to master
since this release
- Redesign of builder APIs.
- The
ResponseBodyConsumer
have been moved from theexecute
method to thebuild
method. - The
HttpCallback
have been moved from theexecute
method to thewithHttpCallback
method. - The
NioCallback
have been moved from theexecute
method to thewithNioCallback
method. - A few methods have been renamed to align them between the classes.
- The
- Added support for websocket.
- Added support for building multipart uploads.
- Added support for upload progression callbacks through the
withUploadCallback
method. - Fixed a bug in idle timeout handling.