Connect to a QUIC server. $$\text{connect} : \text{ClientConfig} \to \text{IO}(\text{Connection})$$ Performs the QUIC handshake and returns an established connection. Currently stubbed: will error at runtime until TLS FFI is connected.
Equations
- Network.QUIC.Client.connect _config = throw (IO.userError "QUIC.Client.connect: not yet implemented (requires TLS 1.3 FFI to quiche or ngtcp2)")