Categorygithub.com/quic-go/masque-go
modulepackage
0.2.1
Repository: https://github.com/quic-go/masque-go.git
Documentation: pkg.go.dev

# README

masque-go

Documentation PkgGoDev Code Coverage

masque-go is an implementation of the CONNECT-UDP protocol RFC 9298, based on quic-go. It provides both a client and a proxy implementation.

Detailed documentation can be found on quic-go.net.

Release Policy

masque-go always aims to support the latest two Go releases.

Contributing

We are always happy to welcome new contributors! If you have any questions, please feel free to reach out by opening an issue or leaving a comment.

# Packages

No description provided by the author

# Functions

ParseRequest parses a CONNECT-UDP request.

# Structs

A Client establishes proxied connections to remote hosts, using a UDP proxy.
A Proxy is an RFC 9298 CONNECT-UDP proxy.
Request is the parsed CONNECT-UDP request returned from ParseRequest.
RequestParseError is returned from ParseRequest if parsing the CONNECT-UDP request fails.