Skip to main content

Module quic

Module quic 

Source
Expand description

QUIC transport: one request per stream, with separate notification streaming for pubsub.

Functionsยง

handle_quic_stream ๐Ÿ”’
Handle a single QUIC stream: one request, one response. Upgrades to pubsub notification streaming if the method matches.
handle_quic_subscription ๐Ÿ”’
Pubsub over QUIC: split the stream so notifications stream from the writer while the reader waits for an unsubscribe.
quic_accept_streams_task ๐Ÿ”’
quic_handle_stream_task ๐Ÿ”’