masque_tcp_client_session (masque v0.7.0)
View SourceClient-side MASQUE CONNECT-TCP session.
TCP data travels as raw bytes on the HTTP request/response stream body - no datagrams, no context-IDs, no capsule wrapping for the base case. Stream END_STREAM = TCP FIN.
Supports both HTTP/3 (quic_h3) and HTTP/2 (h2) as the outer transport, selected by transport => h3 | h2 in opts.