Documentation ¶
Index ¶
- Constants
- Variables
- func Close()
- func ServeHTTP(w http.ResponseWriter, r *http.Request, config config.Config, ...)
- func StartClient(iFace *water.Interface, config config.Config)
- func StartClientForApi(config config.Config, outputStream <-chan []byte, inputStream chan<- []byte, ...)
- func StartServer(iFace *water.Interface, config config.Config)
- type Client
- type Conn
- type Server
Constants ¶
View Source
const ConnTag = "h2conn"
Variables ¶
View Source
var ErrHTTP2NotSupported = fmt.Errorf("HTTP2 not supported")
Functions ¶
func StartClient ¶
StartClient starts the h2 client
func StartClientForApi ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.