http3-datagram 0.1.1

RFC 9297 datagram extension for http3
Documentation
1
2
3
4
5
6
7
8
9
10
11
# 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.