modulepackage
0.8.0
Repository: https://github.com/quic-go/webtransport-go.git
Documentation: pkg.go.dev
# README
webtransport-go
webtransport-go is an implementation of the WebTransport protocol, based on quic-go. It currently implements draft-02 of the specification.
Detailed documentation can be found on quic-go.net.
# Packages
No description provided by the author
# Constants
WebTransportBufferedStreamRejectedErrorCode is the error code of the H3_WEBTRANSPORT_BUFFERED_STREAM_REJECTED error.
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
SessionError is a WebTransport connection error.
StreamError is the error that is returned from stream operations (Read, Write) when the stream is canceled.
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
SessionErrorCode is an error code for session termination.
StreamErrorCode is an error code used for stream termination.