async-http-client
async-http-client copied to clipboard
Asynchronous Http and WebSocket Client library for Java
It would be totally bad-ass if AHC would support response cache, meaning that AHC would not fire up actual HTTP request if valid response would be already in the cache....
Hi, I was wondering whether there were any plans to provide an implementation of swagger codegen using asyncHttpClient? Thanks
A current set of possible exceptions which you can get in AsyncCompletionHandler#onThrowable is unclear. It's not explained or enumerated in javadocs. Would be great to: 1) Improve exceptions hierarchy. For...
Calling close on a client instance with default config does not wait for all resources to be closed. Wait means that `ChannelManager.close()` starts an async process (`eventLoopGroup.shutdownGracefully...`) but does not...
The review of API changes for the Async Http Client library since 2.0.0 version: https://abi-laboratory.pro/java/tracker/timeline/async-http-client/ The report is updated 3 times a week (Mon, Wed, Fri). Hope it will be...
Mirror of https://github.com/netty/netty/issues/4528 Reminder to investigate and contribute
Mirror of https://github.com/netty/netty/issues/4509 Reminder to investigate and try to contribute here
Hi, with 2.0.0-RC8 there seems to be a problem regarding `NettyRequestSender#newNettyRequestAndResponseFuture`. In a custom `ResponseFilter` I replay the request with a Realm set. However this realm is ignored. Setting the...
DSL shouldn't let one fill unrelated properties (ex: nonce for BASIC auth). We probably should have one implementation per auth scheme.