Share My Creation Enable HTTP3 Support for JServer5

Extend JServer 5 to add http3 support.
Note:Jetty 12 HTTP/3+QUIC support is experimental and not suited for production use.

You can test it using curl
B4X:
curl --http3-only -k -I "https://localhost:8443"
HTTP/3 200
server: Jetty(12.1.10)
date: Wed, 02 Sep 2026 01:03:38 GMT
last-modified: Fri, 21 Aug 2026 16:09:34 GMT
content-length: 442
content-type: text/html;charset=utf-8
accept-ranges: bytes
You need a CA signed server certificate for browser testing.

Here is the example and library, you can download it.

3.png
 
Top