Is it possible to use `ClientFilters` with an `Asy...
# http4k
m
Is it possible to use
ClientFilters
with an
AsyncHttpHandler
? I am in particular interesting in being able to handle GZIP compressed responses.
d
Not at the moment. And given that we now have Java21 and Loom, the AsyncHttpHandler will probably be even les used than it is now 🙂
🎉 1