Documentation
¶
Overview ¶
Package http3server provides an HTTP/3 (QUIC) server that reuses the httphandler logic. Same ASA-style endpoints, different transport.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is an HTTP/3 server backed by a Device.
func (*Server) ListenAndServe ¶
ListenAndServe starts the HTTP/3 listener with a self-signed cert.
func (*Server) SetPacketConn ¶
func (s *Server) SetPacketConn(conn net.PacketConn)
SetPacketConn sets a custom net.PacketConn for the server.
Click to show internal directories.
Click to hide internal directories.