async-http-client
async-http-client copied to clipboard
Asynchronous Http and WebSocket Client library for Java
When the response has a header named Content-Encoding, does AHC support decompressing body by gzip or deflate automatically? If not, how can I implement the function of decompresssing the body...
Hi! I have very high CPU consumptions with Java 11. It's ok with java 8-9-10. I've created simple program to reproduce this bug. Test ran with oracle and openjdk. Program:...

Hi, We are using this http client at the Selenium project, we switched to Netty and we found this client's implementation suitable for what we want to do. When doing...
### The Problem The default name resolver for AHC is: ```java new DefaultNameResolver(ImmediateEventExecutor.INSTANCE) ``` This does DNS lookups by using the calling thread (a Netty event loop thread) to do...
Maybe something similar to Guava's [Future](https://guava.dev/releases/20.0/api/docs/com/google/common/util/concurrent/Futures.html#immediateFuture-V-)
This is the default Azure Pipelines YAML file, adapted for our test goal. Let's see what gives.
* Only send LastHttpContent if channel is active * Avoid async scheduling if possible
* Using apache.org for options does not seem to work. * Disabled an assertion which is system specific in SpnegoEngineTest * Add extra allowed dns message when on Java 11...
Go through the [docs](https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/keeping-your-dependencies-updated-automatically) and configure.