Versions in this module Expand all Collapse all v1 v1.7.28 Jan 13, 2021 Changes in this version + func NewHeaderRewriter(trustedIPs []string, insecure bool) (forward.ReqRewriter, error) + type EntryPoint struct + CertificateStore *traefiktls.CertificateStore + Configuration *configuration.EntryPoint + InternalRouter types.InternalRouter + OnDemandListener func(string) (*tls.Certificate, error) + TLSALPNGetter func(string) (*tls.Certificate, error) + type Server struct + func NewServer(globalConfiguration configuration.GlobalConfiguration, ...) *Server + func (s *Server) AddListener(listener func(types.Configuration)) + func (s *Server) Close() + func (s *Server) Start() + func (s *Server) StartWithContext(ctx context.Context) + func (s *Server) Stop() + func (s *Server) Wait()