Versions in this module Expand all Collapse all v1 v1.4.1 Oct 13, 2025 Changes in this version type Server + func NewFsServer() *Server + func (s *Server) SetHostPort(host string, port uint) v1.4.0 Jul 27, 2023 Changes in this version + type Server struct + Host string + Port int + func New() *Server + func NewEchoServer() *Server + func (s *Server) Start(addr string) + func (s *Server) String() string