Versions in this module Expand all Collapse all v0 v0.1.3 Apr 29, 2026 Changes in this version + type Handler func(w *response.Writer, req *request.Request) + type HandlerError struct + Message string + StatusCode response.StatusCode + func (he *HandlerError) WriteError(w io.Writer) error + type Server struct + IsOpen atomic.Bool + func Serve(port int, handler Handler) (*Server, error) + func (s *Server) Close() error v0.1.2 Apr 29, 2026