package
0.0.0-20240229232335-e6b4c3c30b2f
Repository: https://github.com/getlantern/quicwrapper.git
Documentation: pkg.go.dev

# README

This is a quic-based transport that establishes a WebTransport session over HTTP/3.

# Functions

ListenAddr creates an HTTP/3 server listening on a given address.
NewClient returns a client that creates multiplexed WebTransport based sessions.
NewConn creates a new net.Conn from a webtransport.Stream, session, and http.Response.

# Structs

No description provided by the author
No description provided by the author