package
0.6.0
Repository: https://github.com/netsec-ethz/scion-apps.git
Documentation: pkg.go.dev

# 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.

# Structs

Dialer dials a QUIC connection over SCION.
Server wraps a http3.Server making it work with SCION.