Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Create and demo HTTP/3 connector for Tomcat using java http/3 QUiC libraries. Look to https://github.com/quicwg/base-drafts/wiki/Implementations for existing implementations. The idea is to evaluate the existing libraries and find one that can be use to create an HTTP/3 connector. If no libraries are OK for the project we might have to write the HTTP/3 code we need for the prototype.

We don't plan to use a native library like Quiche for the moment but that might be a solution to get prove of concept quickly.

Knowledge prerequisite: Tomcat, Java, HTTP protocols (HTTP)

...