Versions in this module Expand all Collapse all v0 v0.0.2 Jun 5, 2022 Changes in this version + var ErrInvalidMethod = errors.New("not a valid http method") + var ErrInvalidPath = errors.New("path must begin with '/'") + func NewRouter() httpx.Router