Versions in this module Expand all Collapse all v1 v1.0.0 Feb 17, 2026 Changes in this version + type Config struct + Addr string + Handler http.Handler + IdleTimeout time.Duration + MaxBodySize int64 + RateLimit int + ReadTimeout time.Duration + Secret string + ShutdownTimeout time.Duration + TLSCertFile string + TLSKeyFile string + WriteTimeout time.Duration + type Server struct + func NewServer(cfg Config, log *logger.Logger) (*Server, error) + func (s *Server) Shutdown(ctx context.Context) error + func (s *Server) Start(ctx context.Context) error