Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kele opened this issue May 31, 2021 · 2 comments
Open

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

kele opened this issue May 31, 2021 · 2 comments
Assignees
Labels
core enhancement New feature or request

Comments

@kele
Copy link
Collaborator

kele commented May 31, 2021

No description provided.

@kele kele added enhancement New feature or request core labels May 31, 2021
@kele kele self-assigned this May 31, 2021
@kele kele changed the title Can we integrate with gorilla/mux for path parameters? Can we integrate with gorilla/mux for path parameters support? May 31, 2021
@empijei
Copy link
Contributor

empijei commented Oct 10, 2022

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
Copy link
Collaborator

bsiegert commented Mar 2, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants