0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-07 23:06:50 -05:00
denoland-deno/tests/specs/run/webtransport
snek 0098fddb10
feat(unstable): WebTransport (#27431)
Initial implementation of WebTransport client and server!

This is very unstable because the interface should eventually shift to
use hyper (h3 is on the [2025
roadmap](https://hyper.rs/contrib/roadmap/)) instead of manually messing
with the the protocol, which will enable integration with
Deno.serveHttp/etc and allow WebTransport over h2. This will also let us
expose multiplexing.

WebTransport stats will be a followup due to their complexity.

Fixes: https://github.com/denoland/deno/issues/9017
2025-01-29 14:39:12 +00:00
..
__test__.jsonc feat(unstable): WebTransport (#27431) 2025-01-29 14:39:12 +00:00
deno.json feat(unstable): WebTransport (#27431) 2025-01-29 14:39:12 +00:00
main.out feat(unstable): WebTransport (#27431) 2025-01-29 14:39:12 +00:00
main.ts feat(unstable): WebTransport (#27431) 2025-01-29 14:39:12 +00:00