Releases: king/king-http-client
Releases · king/king-http-client
Version 3.0.24
- Added support for sending partial buffers as websocket frames
Version 3.0.21
Version 3.0.20
Version 3.0.18
- Made it possible to specify a custom dns resolver using ConfKeys.
Version 3.0.18
- Fixed a bug in parsing of returned charset type.
Version 3.0.17
- Added support for handling host names with underscores
Version 3.0.15
- Made
HttpClient.create(HttpMethod httpMethod, String uri)
returnHttpClientRequestWithBodyBuilder
Version 3.0.14
- Fixed bug in ChannelManager which caused compression failures
- Improved WebSocket client, added support for automatically splitting too large frames
- Improved WebSocket client, added more configuration options to both builder as well as default values.
Version 3.0.12
- Added support for disabling / enabling automatic decompression of gziped response bodies. This can either be configured globaly through
ConfKeys.AUTOMATICALLY_DECOMPRESS_RESPONSE
or per request through.automaticallyDecompressResponse(boolean)
.
Version 3.0.11
- Added checks for bad servers sending invalid http responses
- Fixed issue where HEAD requests completed twice
Version 3.0.10
- Made it possible to close a
WebSocketConnection