Go 1.22 introduces routing enhancements to the `net/http` package's router. These enhancements allow for expressing common routes as patterns instead of Go code. The new features almost exclusively affect the pattern string passed to the `Handle` and `HandleFunc` methods.
Sort: