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

feat: use enhanced stdlib HTTP router #181

Merged
merged 2 commits into from
Sep 13, 2024
Merged

feat: use enhanced stdlib HTTP router #181

merged 2 commits into from
Sep 13, 2024

Conversation

mccutchen
Copy link
Owner

Use the enhanced support for defining HTTP routes including methods and path parameters introduced in Go 1.22 to clean up and simplify fiddly handler code for manually extracting path params from URLs.

See this post for more info on the routing updates.

Use the enhanced support for defining HTTP routes including methods and
path parameters introduced in Go 1.22 to clean up and simplify fiddly
handler code for manually extracting path params from URLs.

See [this post][1] for more info on the routing updates.

[1]: https://go.dev/blog/routing-enhancements
@mccutchen mccutchen merged commit dff73e2 into main Sep 13, 2024
5 checks passed
@mccutchen mccutchen deleted the stdlib-router branch September 13, 2024 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant