Versions in this module Expand all Collapse all v0 v0.9.0 Jun 15, 2015 Changes in this version + func ListenAndServe(addr string, handler Handler) error + func Serve(l net.Listener, handler Handler) error + type Handler interface + ServeTCP func(ctx context.Context, conn net.Conn) + type Server struct + Addr string + Handler Handler + TLSConfig *tls.Config + func (srv *Server) ListenAndServe() error + func (srv *Server) Serve(l net.Listener) error