Versions in this module Expand all Collapse all v1 v1.0.0 May 4, 2020 Changes in this version + func Parameter(r *http.Request, key string) string + type Router struct + NotFoundHandler http.Handler + func New() *Router + func (rt *Router) Delete(path string, handler http.Handler) + func (rt *Router) Get(path string, handler http.Handler) + func (rt *Router) Handle(method, path string, handler http.Handler) + func (rt *Router) Patch(path string, handler http.Handler) + func (rt *Router) Post(path string, handler http.Handler) + func (rt *Router) Put(path string, handler http.Handler) + func (rt *Router) ServeHTTP(w http.ResponseWriter, r *http.Request) + func (rt *Router) String() (s string)