ptrd / flupke

Java HTTP3 Client and HTTP3 Server plugin for Kwik
GNU General Public License v3.0
12 stars 5 forks source link

[proposed enhancement] Support for WebTransport #1

Open Mechite opened 1 year ago

Mechite commented 1 year ago

W3C repository

ptrd commented 1 year ago

Up till now, i'm the only person developing on this project. If my time was infinite, i would love to implement all kind of enhancements, unfortunately, my time is limited. The Kwik project is very large (as it entails 4 libraries and the various RFC's are fairly large and complex) and currently, my priorities are at making sure the implementations are correct and complete and that they perform well. I'm afraid, this will leave very little room for creating extensions on top of this library. That is the reason i closed this issue: unless somebody else picks this up, it's not going to happen.

Meanwhile, I would love to see contributions by others and if you need help or want to discuss, contact me at the mail adres in the readme.

ptrd commented 8 months ago

@Mechite : Despite the above ;-), in the meantime i've added all the extension mechanisms that webtransport would need ("extensions" branch just merged into master) and already created a proof-of-concept of a client implementation of webtransport, including a "devious baton" (https://www.ietf.org/archive/id/draft-frindell-webtrans-devious-baton-00.html) client. So... stay tuned!

Mechite commented 8 months ago

amazing!