//
pkg.gl
Category
github.com/isayme/tox
h3conn
package
1.1.0
Repository:
https://github.com/isayme/tox.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
147 SLOC
#
Functions
Accept
Accept is used on a server http.Handler to extract a full-duplex communication object with the client.
Connect
Connect establishes a full duplex communication with an HTTP3 server.
#
Variables
ErrHTTP3NotSupported
ErrHTTP3NotSupported is returned by Accept if the client connection does not support HTTP3 connection.
#
Structs
Client
Client provides HTTP3 client side connection with special arguments.
Conn
Conn is client/server symmetric connection.
Server
Server can "accept" an http3 connection to obtain a read/write object for full duplex communication with a client.