//
pkg.gl
Category
github.com/m-lab/ndt-server
ndt5
handler
package
0.23.0
Repository:
https://github.com/m-lab/ndt-server.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
12
Dependents
1
Files
81 SLOC
#
Functions
NewWS
NewWS returns a handler suitable for http-based connections.
NewWSS
NewWSS returns a handler suitable for https-based connections.
#
Interfaces
WSHandler
WSHandler is both an ndt.Server and an http.Handler to allow websocket-based NDT tests to be run by Go's http libraries.