google / go-safeweb

Secure-by-default HTTP servers in Go.
Apache License 2.0
1.43k stars 81 forks source link

Can we integrate with gorilla/mux for path parameters support? #310

Open kele opened 3 years ago

empijei commented 2 years ago

The answer is: probably no.

But we can provide similar, but typesafe and probably slightly more limited features to just allow for typed parameters in paths.

bsiegert commented 9 months ago

Alternatively: can we use the new Mux keywords in Go 1.22 to have parameter support?