Versions in this module Expand all Collapse all v0 v0.1.1 Mar 1, 2022 Changes in this version + type Server struct + func New(host string, port int) *Server + func (s *Server) AddRoute(method string, path string, port int) + func (s *Server) Run() error + func (s *Server) Shutdown() v0.1.0 Feb 26, 2022