Go 1.22 is expected to have an enhanced HTTP server routing multiplexer in the net/http package. The new mux provides advanced pattern matching capabilities and allows for more powerful routing. The Go standard mux can now match specific HTTP methods and use wildcards in paths. It also handles conflicts between different
Sort: