avaje-jex
avaje-jex copied to clipboard
Web routing for Jetty, Grizzly, JDK Http server
https://www.eclipse.org/jetty/documentation/jetty-11/programming-guide/index.html#pg-server-http-connector-protocol-http3 Jetty has a full implementation of HTTP3 (the only other implementation I have seen since [flupke](https://github.com/ptrd/flupke)). ### Motivation - Better performance (difference would be negligible right now, but once...
- sorts Context/Jex members - adds auto-formatter - format code with the google java style
I think it would be cool if we added `ScopedValue` to Context like this: ```java public interface Context { /** Retrieve the current request context */ ScopedValue SV_CONTEXT = ScopedValue.newInstance();...
initial draft of Http3. part of #46 relies on https://github.com/ptrd/flupke/issues/18 and https://github.com/ptrd/flupke/issues/17
Draft for a websocket plugin. The [built-in JDK server has a bit of a problem though](https://bugs.openjdk.org/browse/JDK-8368695), which keeps this from working. [I've got a PR open to fix](https://github.com/openjdk/jdk/pull/27751), but we'll...
There's a [new API for PEM](https://openjdk.org/jeps/524) currently in preview, when the API goes final, we should do another multi-release jar leveraging that new API.