Skip to main content

Module h3

Module h3 

Source
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ยง

H3RecvStream ๐Ÿ”’
H3SendRequest ๐Ÿ”’