async-http-client icon indicating copy to clipboard operation
async-http-client copied to clipboard

Asynchronous Http and WebSocket Client library for Java

Results 157 async-http-client issues
Sort by recently updated
recently updated
newest added

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....

Contributions Welcome!

Hi, I was wondering whether there were any plans to provide an implementation of swagger codegen using asyncHttpClient? Thanks

Contributions Welcome!

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...

Enhancement
Contributions Welcome!

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...

Contributions Welcome!

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...

See disabled tests in AuthTimeoutTest.

Defect

Mirror of https://github.com/netty/netty/issues/4528 Reminder to investigate and contribute

Defect

Mirror of https://github.com/netty/netty/issues/4509 Reminder to investigate and try to contribute here

Defect

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...

Defect
Contributions Welcome!

DSL shouldn't let one fill unrelated properties (ex: nonce for BASIC auth). We probably should have one implementation per auth scheme.

Defect