Expand description
HTTP/3 client over QUIC via h3 / h3-quinn.
Functionsยง
- connect ๐
- Connect to an HTTP/3 server and return a request sender. A background task drives the connection until close.
- driver_
task ๐ - notification_
reader_ ๐task - read_
notifications ๐ - send ๐
- subscribe ๐
- Subscribe over HTTP/3: send the request, read the initial response, and return the recv half for streaming notifications.
Type Aliasesยง
- H3Recv
Stream ๐ - H3Send
Request ๐