You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 quarkusio#16523 where we non blocking filters are needed.
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 quarkusio#16523 where we non blocking filters are needed.
quarkusio#16615
The text was updated successfully, but these errors were encountered: