snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Introduce @ClientRequestFilter and @ClientResponseFilter #321

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

Description

In RESTEasy Reactive we have @ServerRequestFilter and @ServerResponseFilter for creating server side filters. We should have something for client filters (with very similar capabilities).

This would be of great use for https://github.com/quarkusio/quarkus/issues/16523 where we non blocking filters are needed.


https://github.com/quarkusio/quarkus/issues/16615


$upstream:16615$