package
0.5.0
Repository: https://github.com/goproxy0/quic-go.git
Documentation: pkg.go.dev

# Functions

ListenAndServe listens on the given network address for both, TLS and QUIC connetions in parallel.
ListenAndServeQUIC listens on the UDP network address addr and calls the handler for HTTP/2 requests on incoming connections.
NewClient creates a new client.

# Structs

Client is a HTTP2 client doing QUIC requests.
QuicRoundTripper implements the http.RoundTripper interface.
Server is a HTTP2 server listening for QUIC connections.