Skip to main content

Module h3

Module h3 

Source
Expand description

HTTP/3 over QUIC via h3 / h3-quinn.

FunctionsΒ§

accept_h3 πŸ”’
dispatch_subs_task πŸ”’
h3_err πŸ”’
h3_send πŸ”’
handle_h3_request πŸ”’
handle_h3_subscribe πŸ”’
Subscribe: respond, then stream notifications on the same stream.
handle_request_task πŸ”’
serve_conn πŸ”’
serve_conn_task πŸ”’

Type AliasesΒ§

H3Stream πŸ”’
SubSenders πŸ”’
Map from SubscriptionID to the channel sender that feeds that subscription’s HTTP/3 reply stream. Used by dispatch_subs_task to look up the right sender for each incoming NewNotification and forward the notification to its stream.