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: Dial, }
DefaultTransport is the default RoundTripper that can be used for HTTP/3 over SCION.
Functions ¶
Types ¶
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.