Versions in this module Expand all Collapse all v0 v0.0.3 Mar 7, 2022 v0.0.2 Feb 14, 2022 Changes in this version + type Server struct + Host string + func New(port string) (*Server, error) + func (srv *Server) RegisterHandler(method, path string, h http.Handler) + func (srv *Server) Serve(ctx context.Context) error