2 releases
new 0.0.1 | Dec 1, 2024 |
---|---|
0.0.0 | Nov 28, 2024 |
#21 in #h3
250 downloads per month
Used in scuffle-http
34KB
925 lines
scuffle-h3-webtransport
[!WARNING]
This crate is under active development and may not be stable.
A pure rust implementation of the webtransport protocol built on top of the h3 crate.
Why?
Forked of h3-webtransport with the following changes:
- Cleaned up logic around the upgrade handshake and the webtransport session.
We aim to merge this back into the upstream crate, but I have not finalized a design for how to do this.
Currently serves just as a proof of concept, but I have plans to use it in Scuffle.
License
This project is licensed under the MIT which is from the original h3-webtransport crate.
SPDX-License-Identifier: MIT
Dependencies
~4–9.5MB
~88K SLoC