Skip to content

Add WebTransport support #71

@Pascualex

Description

@Pascualex

It would be useful to support WebTransport now that it is getting released in Chrome 97.

After looking into it, some additional work seems to be required to enable this support.

The Session Establishment section of the draft defines some required settings for the settings frame. I've been experimenting a bit but I'm still stuck with a net::ERR_METHOD_NOT_SUPPORTED and an unsuccessful handshake.

I'm not sure if after achieving a successful handshake there will be additional work required to support this protocol.

I'm using aioquic as a reference, since that is the library that Chrome is using to support their example WebTransport server.

It looks like Neqo has also added WebTransport support.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-clientArea: clientA-docsArea: documentationC-featureCategory: feature. This is adding a new feature.E-mediumEffort: medium. Some knowledge of how the internals work would be useful.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions