v1.3.0
Summary
This release includes the following new features.
Changes
- Added: setTimeout method has been added to limit waiting durations for requests (#13)
- Added: setUserAgent method has been added to change user agent information during requests (#15)
- Added: TLS version can now be selected through the setTLSVersion method (#18)
- Added: The setDownloadBandwidthLimit and setUploadBandwidthLimit methods can now be used to limit the bandwidth used during requests (#23)
- Changed: Project documentation has been updated according to changes
- Changed: Examples and test codes has been updated according to changes