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

New API version (HTTP/3) #1042

Open
WhoSoup opened this issue Aug 26, 2020 · 0 comments
Open

New API version (HTTP/3) #1042

WhoSoup opened this issue Aug 26, 2020 · 0 comments

Comments

@WhoSoup
Copy link
Member

WhoSoup commented Aug 26, 2020

With the recent publication of the HTTP/3 standard and a variety of API improvements that necessitate breaking changes, it's a good time to make a new API Version: V3.

Unfortunately, golang doesn't a native HTTP/3 library yet, but there are third party packages:
https://github.com/lucas-clemente/quic-go
https://github.com/pion/quic
https://github.com/devsisters/goquic

TODO:

  • Evaluate which HTTP/3 libraries to use
  • Design new API layout to take advantage of HTTP/3
  • Decide on functions to support
  • Implement API
  • Implement client library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant