3996d6fece | ||
---|---|---|
.. | ||
.gitignore | ||
LICENSE | ||
README.md | ||
client.go | ||
codecov.yml | ||
errors.go | ||
protocol.go | ||
server.go | ||
session.go | ||
session_manager.go | ||
stream.go | ||
streams_map.go | ||
version.json |
README.md
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.