Http Client Lib
HTTP communication
This library allows you to make HTTP requests to remote servers and receive the response.
Releases
3.2.2
- Fixed support content-length for upload
Compatibility:
- 7.0.0
3.2.1
- Fixed Response contains pseudo header status
Compatibility:
- 7.0.0
3.2.0
- Added possibility to disable HTTP/2
Compatibility:
- 7.0.0
3.1.1
- Fixed Thread leak
Compatibility:
- 7.0.0
3.1.0
- Configurable idle timeout for TTL
Compatibility:
- 7.0.0
3.0.1
- Bug fixes
Compatibility:
- 7.0.0
3.0.0
- Reduced build time and file size for applications that use the lib as a dependency.
- Shorter http connection latencies due to use of http 1.1 connection pool
Compatibility:
- 7.0.0
2.4.1
- Force close connection
Compatibility:
- 7.0.0
2.4.0
- Support new property `keyStore`
Compatibility:
- 7.0.0
2.3.0
- mTLS support
Compatibility:
- 7.0.0
2.2.1
- Fixed deletion of temporary files
Compatibility:
- 7.0.0
2.2.0
- Added support of query parameters in `request` method
Compatibility:
- 7.0.0
2.1.2
- Fixed class loader issue
Compatibility:
- 7.0.0
2.1.1
- Upgraded to OkHttp 4.6.0
Compatibility:
- 7.0.0
2.1.0
- Added support of custom certificates
Compatibility:
- 7.0.0
2.0.0
- Adapt to Enonic XP 7.0 changes
Compatibility:
- 7.0.0
1.0.6
- Upgraded incompatible dependencies
Compatibility:
- 6.15.0
1.0.5
- Fixed NPE on missing "Content-Length" header
Compatibility:
- 6.11.0
1.0.4
- Fixed issue with unclosed response body
Compatibility:
- 6.11.0
1.0.3
- Added cookies to response
- Added an option to avoid following redirects
Compatibility:
- 6.11.0
1.0.2
- Upgraded version of OkHttp
Compatibility:
- 6.11.0
1.0.1
- Fixed issues with empty body for response of type text
Compatibility:
- 6.11.0
1.0.0
- Initial release
Compatibility:
- 6.11.0