Versions in this module Expand all Collapse all v1 v1.1.0 Sep 14, 2025 v1.0.0 Sep 13, 2025 Changes in this version + type Server struct + func New(addr string) *Server + func (s *Server) AddRoute(method, path string, handler router.Handler) + func (s *Server) ListenAndServe() error