Versions in this module Expand all Collapse all v0 v0.9.7 Nov 4, 2025 v0.9.6 Nov 4, 2025 Changes in this version + type Server struct + func CreateServer() (*Server, error) + func CreateServerWithMux(mux *http.ServeMux) (*Server, error) + func (s *Server) HandleFunc(pattern string, handler http.HandlerFunc) + func (s *Server) Start() error