Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func URLPrefixMatcher ¶
Types ¶
type ServiceMux ¶
type ServiceMux struct { Addr string Listener net.Listener Servers []map[*http.Server]string TLSConfig tls.Config }
func New ¶
func New(addr string) *ServiceMux
func (*ServiceMux) Close ¶
func (sm *ServiceMux) Close()
func (*ServiceMux) Serve ¶
func (sm *ServiceMux) Serve()
Click to show internal directories.
Click to hide internal directories.