If I have a simple endpoint that captures data from a http post, I'm thinking a jetty handler might be lighter than using servlets.
But it does tie my implementation into jetty. Other than that, is there any performance gains with going with a native jetty handler over a servlet implementation? i.e. what do I gain?
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
