Versions in this module Expand all Collapse all v1 v1.0.1 Mar 3, 2017 Changes in this version + type HTTPServer struct + func NewHTTPServer(net, addr string, mw ...middleware.Constructor) *HTTPServer + func (s *HTTPServer) Error() error + func (s *HTTPServer) Handle(method, route string, handler http.HandlerFunc) + func (s *HTTPServer) Serve() <-chan struct{} + func (s *HTTPServer) Stop()