alibaba / xquic

XQUIC Library released by Alibaba is a cross-platform implementation of QUIC and HTTP/3 protocol.
Apache License 2.0
1.7k stars 327 forks source link

[Feature]: simple server/client without http3 #66

Closed ktprime closed 2 years ago

ktprime commented 2 years ago

Before request a new feature

Describe the feature you'd like supported

Can provide some demo such as echo server/client which is not including http3.

Describe alternatives you've considered

No response

Additional context

No response

ruiqizhou commented 2 years ago

OK, we'll provide a simple sample next month.

Kulsk commented 2 years ago

test_client with -N option might satisfy your requirement, with a self-defined ALPN named transport, providing the features of rfc8999 to rfc9002.