Versions in this module Expand all Collapse all v0 v0.5.1 Apr 30, 2015 v0.5.0 Apr 28, 2015 Changes in this version + func FileServer(root http.FileSystem, hide []string) middleware.Handler + func ListenAndServeTLSWithSNI(srv *http.Server, tlsConfigs []config.TLSConfig) error + type Server struct + HTTP2 bool + func New(addr string, configs []config.Config, tls bool) (*Server, error) + func (s *Server) Serve() error + func (s *Server) ServeHTTP(w http.ResponseWriter, r *http.Request)