Documentation
¶
Overview ¶
package shttp3 provides glue to use quic-go/http3 libraries for HTTP/3 over SCION.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultTransport = &http3.RoundTripper{ Dial: (&Dialer{ Policy: nil, }).Dial, }
DefaultTransport is the default RoundTripper that can be used for HTTP/3 over SCION.
Functions ¶
Types ¶
type Dialer ¶ added in v0.5.0
type Dialer struct { Local netip.AddrPort Policy pan.Policy // contains filtered or unexported fields }
Dialer dials a QUIC connection over SCION. This is the Dialer used for shttp3.DefaultTransport.
type Server ¶
Server wraps a http3.Server making it work with SCION
func (*Server) ListenAndServe ¶
ListenAndServe listens on the UDP address s.Addr and calls s.Handler to handle HTTP/3 requests on incoming connections.
Click to show internal directories.
Click to hide internal directories.