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

Implement api using net/http from go 1.22 instead of gin #90

Open
oversize opened this issue May 21, 2024 · 1 comment
Open

Implement api using net/http from go 1.22 instead of gin #90

oversize opened this issue May 21, 2024 · 1 comment

Comments

@oversize
Copy link
Contributor

With the release of go 1.22 significant enhancements landed in the net/http package. These would allow to implement the api using the standard library only, removing the dependency to the gin framework.

@agaffney
Copy link
Contributor

Just to note, we want to try to support the latest 2 minor Go toolchain versions everywhere, so we wouldn't want to require 1.22 features until 1.23 was out (and maybe had a few patch-level releases)

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

No branches or pull requests

2 participants