# README
HTTP/3 over SCION
This package contains glue code to use the quic-go/http3 libraries for HTTP/3 over SCION.
Usage of this package is analogous to pkg/shttp, and thus analogous to using the net/http standard library.
# Functions
ListenAndServe listens on the SCION/UDP address addr and calls the handler for HTTP/3 requests on incoming connections.
# Variables
DefaultTransport is the default RoundTripper that can be used for HTTP/3 over SCION.