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
SubscriptionIDto the channel sender that feeds that subscriptionβs HTTP/3 reply stream. Used bydispatch_subs_taskto look up the right sender for each incomingNewNotificationand forward the notification to its stream.