Versions in this module Expand all Collapse all v0 v0.1.0 May 14, 2017 Changes in this version + type Handler interface + Handle func(net.Conn) + type Server struct + func New(conf *ServerConfig) *Server + func (srv *Server) ListenAndServe() error + type ServerConfig struct + CaFile string + CertFile string + KeyFile string + Port int