Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPServer ¶
func NewHTTPServer ¶
func NewHTTPServer(net, addr string, mw ...middleware.Constructor) *HTTPServer
func (*HTTPServer) Error ¶
func (s *HTTPServer) Error() error
func (*HTTPServer) Handle ¶
func (s *HTTPServer) Handle(method, route string, handler http.HandlerFunc)
func (*HTTPServer) Serve ¶
func (s *HTTPServer) Serve() <-chan struct{}
func (*HTTPServer) Stop ¶
func (s *HTTPServer) Stop()
Click to show internal directories.
Click to hide internal directories.