The proposal to enhance Go's HTTP router
https://benhoyt.com/writings/go-servemux-enhancements/
·
A brief look at the proposed enhancements to the Go standard library HTTP request router, net/http.ServeMux: matching on HTTP method, and supporting wildcards in matched paths.