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
It would be nice if the web package had interceptors for Netty servers, since Netty doesn't use Servlets. The interceptor should publish request/response events with similar information to their Servlet counterparts. Can't see from a quick skim of the docs that netty has built-in hooks to intercept requests, so some ByteBuddy action will probably be needed.
The text was updated successfully, but these errors were encountered:
It would be nice if the web package had interceptors for Netty servers, since Netty doesn't use Servlets. The interceptor should publish request/response events with similar information to their Servlet counterparts. Can't see from a quick skim of the docs that netty has built-in hooks to intercept requests, so some ByteBuddy action will probably be needed.
The text was updated successfully, but these errors were encountered: