Versions in this module Expand all Collapse all v0 v0.0.11 Dec 10, 2019 Changes in this version + func NewHTTPHandler(api *rest.APISurface) http.Handler + type Server struct + Router *mux.Router + func New(api *rest.APISurface, reg prom.Gatherer) *Server + func (s *Server) Run(ctx context.Context, addr string) error + func (s *Server) RunTLS(ctx context.Context, addr string, cert string, key string) error + func (s *Server) RunTLSWithTLSFiles(ctx context.Context, addr string, certFilePath string, keyFilePath string) error