functions-framework-java
functions-framework-java copied to clipboard
chore(implementation): Use Jetty handlers rather than Servlets
Optimization to avoid the extra dispatch overheads of Servlets by using Eclipse Jetty Handlers directly.
This is a step toward #235