# sec-http3 An async HTTP/3 implementation that supports WebTransport. [![crates.io](https://img.shields.io/crates/v/sec-http3.svg)](https://crates.io/crates/sec-http3) [![docs.rs](https://docs.rs/sec-http3/badge.svg)](https://docs.rs/sec-http3) ### WebTransport Server You can find a full server example in [`examples/webtransport_server.rs`](./examples/webtransport_server.rs) ## License sec-http3 is provided under the MIT license. See [LICENSE](LICENSE). sec-http3 is a fork of the h3 crate customized for our use cases, we hope that you find it useful. [h3]: https://crates.io/crates/h3