Versions in this module Expand all Collapse all v0 v0.0.2 Nov 12, 2015 Changes in this version + type CertContext struct + PK *keyman.PrivateKey + PKFile string + ServerCert *keyman.Certificate + ServerCertFile string + type Server struct + Addr net.Addr + Tls bool + func NewServer(handler http.Handler) *Server + func (s *Server) AddListenerWrappers(listenerGens ...listenerGenerator) + func (s *Server) ServeHTTP(addr string, readyCb func(addr string)) error + func (s *Server) ServeHTTPS(addr, keyfile, certfile string, readyCb func(addr string)) error