github.com/coder/websocket.AcceptOptions.Subprotocols (field)

3 uses

	github.com/coder/websocket (current package)
		accept.go#L28: 	Subprotocols []string
		accept.go#L141: 	subproto := selectSubprotocol(r, opts.Subprotocols)

	github.com/gotd/td/transport
		websocket.go#L35: 		Subprotocols: []string{"binary"},