This package is part of NDNts, Named Data Networking libraries for the modern web.
This package implements an HTTP/3 client transport using WebTransport API. It is designed to work with NDN HTTP/3 WebTransport gateway.
You can create a forwarder face that uses HTTP/3 transport with H3Transport.createFace()
function.
To create an HTTP/3 transport without wrapping into L3Face, use H3Transport.connect()
function.