Skip to content

New API version (HTTP/3) #1042

Open
Open
@WhoSoup

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions