google / go-safeweb

Secure-by-default HTTP servers in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kele opened this issue · comments

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.

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