C WebTransport over HTTP/3, built on MsQuic.
Supports server and native client use, streams, datagrams, pooled sessions, and draft-15, draft-07, and draft-02 negotiation.
git clone --recurse-submodules https://github.com/andrewmd5/libwtf.git
cd libwtf
makemake test
make report./build/output/wtf_echo_server --port 4433 --cert certs/localhost.crt --key certs/localhost.key
./build/output/wtf_echo_client --host localhost --port 4433 --draft autoSee include/wtf.h.
MIT