Versions in this module Expand all Collapse all v0 v0.16.1 Aug 21, 2026 Changes in this version + type Recorder struct + func NewRecorder() *Recorder + func (rec *Recorder) Err() error + func (rec *Recorder) Handle(pattern string, handler http.Handler) + func (rec *Recorder) HandleFunc(pattern string, handler func(http.ResponseWriter, *http.Request)) + func (rec *Recorder) Has(pattern string) bool + func (rec *Recorder) Routes() []Route + type Route struct + Handler http.Handler + Pattern string + type Router interface + Handle func(pattern string, handler http.Handler) + HandleFunc func(pattern string, handler func(http.ResponseWriter, *http.Request))