Better HTTP server routing in Go 1.22

516 · Eli Bendersky · Oct. 16, 2023, 12:32 p.m.
An exciting proposal is expected to land in Go 1.22 - enhancing the pattern-matching capabilities of the default HTTP serving multiplexer in the net/http package. The existing multiplexer (http.ServeMux) offers rudimentary path matching, but not much beyond that. This led to a cottage industry of 3rd party libraries …...