# http3-datagram
This crate implements [HTTP Datagrams](https://datatracker.ietf.org/doc/html/rfc9297) for `http3`.
# Status
This crate is still in experimental. The API is subject to change. It may contain bugs and is not yet complete. Use with caution.
## Usage
As stated in the [rfc](https://datatracker.ietf.org/doc/html/rfc9297#abstract) this is intended to be used for protocol extensions like [Web-Transport](https://datatracker.ietf.org/doc/draft-ietf-webtrans-http3/) and not directly by applications.
> HTTP Datagrams and the Capsule Protocol are intended for use by HTTP extensions, not applications.